トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS   ログイン

コンピュータ系/ソフトウェア/Apache/インストール/Ver.2.2.17/Webサーバ用 の変更点

-tar xzf httpd-2.2.17.tar.gz
-cd httpd-2.2.17
-./configure
--
~--enable-so --enable-mods-shared=all --enable-authnz-ldap=shared --enable-ldap=shared --with-ldap

-make; make install

--arp,arp-utilエラー
---arp, arp-util関係のエラーが出る場合,httpd-2.2.**に付属のapr,apr-utilをインストール
---cd srclib/apr
---./configure
---make; make install
---cd ../apr-util
---./configure --with-apr=/usr/local/apr
---make; make install