Error Message:
[root@arrow php-5.1.1]# 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
ranlib /usr/local/apache2/modules/libphp5.a
chmod 644 /usr/local/apache2/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish /home/flumpy/temp/php-5.0.2/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
在configure后make,提示找不到libphp5.so,怎么编译都不行,没法make install各位大哥给看看吧
ahalinux 于 2008-10-27 13:53:02发表:
是make时不能make出libphp5.so文件,selinux是关闭的,再次make仍然不能make出libphp5.so文件,不知道是什么原因,求救各位老大:0wl;l1
Phil 于 2008-10-26 16:05:20发表:
参考http://www.linuxdiyf.com/viewarticle.php?id=96573一下