编译PHP时出现这段英文什么意思?
发表于 : 2007-07-31 11:24
编译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
*** 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