Home > 日常 > 無題

無題

  • Posted by: WAKI Toshihito
  • 2003年5月24日 00:00
  • 日常

(5/29修正)
# cd /usr/local/src
# lynx http://httpd.apache.org/dist/httpd/apache_1.3.27.tar.gz
# lynx ftp://ftp.modssl.org/source/mod_ssl-2.8.14-1.3.27.tar.gz
# gtar zxvf apache_1.3.27.tar.gz
# gtar zxvf mod_ssl-2.8.14-1.3.27.tar.gz
# cd mod_ssl-2.8.14-1.3.27
# ./configure --with-apache=../apache_1.3.27 --with-ssl=../openssl-0.9.6g --prefix=/usr/local/apache
# cd ../php-4.2.3
# ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-ftp --with-gettext=/usr/local --with-iconv=/usr/local --with-imap=/usr/local --with-imap-ssl=/usr/local/ssl --with-openssl=/usr/local/ssl --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex --with-mysql=/usr/local --enable-libgcc --with-zlib
# make
# make install
# cd ../apache_1.3.27
# ./configure --enable-suexec --suexec-caller=www --enable-module=all --enable-module=so --disable-module=auth_dbm --enable-shared=max --enable-shared=ssl --prefix=/usr/local/apache
# make
# make install

Comments:0

Comment Form

Home > 日常 > 無題

Search
Feeds
Mobile Version

Return to page top