httpd-2.0.47+php-4.3.4RC1安装求助

由 skyone 在 10-02-2003 20:25 发表:

httpd-2.0.47+php-4.3.4RC1安装求助

这是按照 http://www.php.net/manual/en/instal...he2.php安装的,

编译并安装apache2

./configure --enable-so

make

make install

编译并安装php4

./configure --with-apx2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/www/mysql-standard-4.1.0-alpha-pc-linux-i686 --disable-cgi

make

make install

cp php.ini-dist /usr/local/lib/php.ini

都没有报错, 但是无论在哪儿,我都没有找到libphp4.so,

所以文章中安装文档中提天的

14. Edit your httpd.conf to load the PHP module. The path on the right hand

side of the LoadModule statement must point to the path of the PHP

module on your system. The make install from above may have already

added this for you, but be sure to check.

For PHP 4:

LoadModule php4_module libexec/libphp4.so

For PH

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus