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

コンピュータ系/ソフトウェア/Apache/インストール/バージョン一つ前のインストール の変更点

-tar xzf httpd-2.2.10.tar.gz
-cd httpd-2.2.10
-./configure
#include(./configureのオプション,notitle)
-make; make install
-インストールディレクトリ
--/usr/local/apache2/以下
-その他
--[[configureのオプション>../configureのオプション]]
--[[configureのオプション for LDAP>../configureのオプション for LDAP]]
--arp, arp-util関係のエラーが出る場合,httpd-2.2.8に付属のapr,apr-utilをインストール
---cd srclib/apr
---./configure
---make; make install
---cd ../apr-util
---./configure --with-apr=/usr/local/apr
---make; make install