2000年2月10日

Apache+PHP3

天気:晴
体重:91.0Kg
インストール

 1.  tar zxfv apache_1.3.11.tar.gz
 2.  tar zxfv php-3.0.14.tar.gz
 3.  cd apache_1.3.11
 4.  ./configure --prefix=/usr/local/apache
 5.  cd ../php-3.0.14
 6.  ./configure --with-pgsql=/usr/local/pgsql --with-apache=../apache_1.3.11 --enable-track-vars
 7.  make
 8. make install
 9. cd ../apache_1.3.11
 10. ./configure --prefix=/usr/local/apache --activate-module=src/modules/php3/libphp3.a
 11. make
 12. make install
  • 1

Recent Entries

  1. Apache+PHP3

Recent Comments

Creative Commons License
This weblog is licensed under a Creative Commons License.