实在不行了. 来求救了. google,百度都没有找到解决办法.

实在不行了. 来求救了. google,百度都没有找到解决办法.

编译php-5.2.5.
./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/usr/local/apache2/conf --with-mysql=/usr/local/mysql

OK,
make 也OK
sudo make install
出错:
Installing PHP SAPI module:       apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la /usr/local/apache2/modules/
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
cp .libs/libphp5.a /usr/local/apache2/modules/libphp5.a
chmod 644 /usr/local/apache2/modules/libphp5.a
ranlib /usr/local/apache2/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish /home/mm/Desktop/Downs/php-5.2.5/libs'
Warning!  dlname not found in /usr/local/apache2/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: cannot access `/usr/local/apache2/modules/libphp5.so': No such file or directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1

先前安装 apache2 是这样.
./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-rewrite=shared --enable-speling=shared --enable-so

apache 能正常启动运行.
PHP 死活装不上.
什么原因呢?
谢谢!      
感觉apxs2路径没指对。      
/usr/local/apache2/modules/libphp5.so 这个文件存在吗, 可能是 apxs 没有正确拷贝这个文件.
./configure --help 中的命令中是 --enable-module=so 还是 --enable-so      
编出来的只有.a没有.so啊,configure的时候没有设置动态链接      
问题解决. 貌似是PHP5.2.5版本多缘故.
不知道是我多RP 问题,还是怎么的, 每次下载编译安装PHP5都不成功.
要不这里出问题,要不安装后启动不了.

现在换成了 php-5.2-dev 版本, 同样的命令参数. 安装成功.
测试了一下很正常.

难道官方多 stable 版本都有问题? 真是很郁闷.      
php5就那样,跟apache老打架,版本必须按官方规定的装,保证兼容性。版本号要精确到小数点后面数位......