分页: 1 / 1

编译PHP时出现这段英文什么意思?

发表于 : 2007-07-31 11:24
lster
编译PHP时出现这段英文什么意思

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libphp4. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

之后的make install就无法进行下去了。如何解决?

libtool: install: warning: remember to run `libtool --finish /usr/local/src/php-4.4.7/libs'
Warning! dlname not found in /usr/local/apache2/modules/libphp4.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/libphp4.so
chmod: 无法访问‘/usr/local/apache2/modules/libphp4.so’: No such file or directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] 错误 1

Re: 编译PHP时出现这段英文什么意思?

发表于 : 2010-08-09 13:00
lijihuai
哎哟,我也是碰到这个问题,让人郁闷死了,真是活见鬼啊

反正看上去就是某个库不能被支持啦

但是到底哪个引起的,却是不知道,郁闷啊