Voila j'explique mon problème pour compiler PHP4 sous UNIX (QNX 6.3)
"./configure" et "make" sont OK
mais "make install" me donne ce qui suit:
Les fichiers "libphp4.la" et "libphp4.a" existent bien mais je ne comprends pas pourquoi "libphp4.so" n'est pas créé et encore moins comment y remédier.Installing PHP SAPI module: apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp4.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp4.la /usr/local/apache2/modules/
cp .libs/libphp4.lai /usr/local/apache2/modules/libphp4.la
cp .libs/libphp4.a /usr/local/apache2/modules/libphp4.a
ranlib /usr/local/apache2/modules/libphp4.a
chmod 644 /usr/local/apache2/modules/libphp4.a
libtool: install: warning: remember to run `libtool --finish /usr/local/php-4.3.11/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
/usr/local/apache2/modules/libphp4.so: No such file or directory
apxs:Error: Command failed with rc=65536
.make: *** [install-sapi] Error 1
Merci à tous de m'avoir lu.
Dominique