- tar xzf httpd-2.2.15.tar.gz
- cd httpd-2.2.15
- ./configure
- make; make install
- インストールディレクトリ
- その他
- configureのオプション for LDAP on 1.3,2.0
--enable-mods-shared=all
--with-ldap
--enable-ldap
--enable-authnz-ldap
--with-included-apr
--enable-ssl
- mod sslで提供されるssl/tsl通信関係
- 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
Last-modified: 2023-03-29 (水) 10:47:55