Je compile une PHP5.3.4 (64bit). Une erreur apparaît lors du make install, alors que le ./configure --with-apxs2=/usr/bin/apxs et le make sont passés sans erreur, mais avec un warning que voici :
Code : Tout sélectionner
*** 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 libphp5. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
copying selected object files to avoid basename conflicts...Code : Tout sélectionner
# make install
Installing PHP SAPI module: apache2handler
/usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' libphp5.la /usr/lib64/httpd/modules
/usr/lib64/apr-1/build/libtool --mode=install cp libphp5.la /usr/lib64/httpd/modules/
cp .libs/libphp5.lai /usr/lib64/httpd/modules/libphp5.la
cp .libs/libphp5.a /usr/lib64/httpd/modules/libphp5.a
chmod 644 /usr/lib64/httpd/modules/libphp5.a
ranlib /usr/lib64/httpd/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish /tmp/php-5.3.4/libs'
Warning! dlname not found in /usr/lib64/httpd/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/lib64/httpd/modules/libphp5.so
chmod: cannot access `/usr/lib64/httpd/modules/libphp5.so': No such file or directory
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Error 1