From: adam at adamandliz dot com Operating system: Fedora Core 2 PHP version: 4.3.11 PHP Bug Type: Compile Failure Bug description: libphp4.so not created
Description: ------------ Firstly, I have no problems under 4.3.9. However 4.3.10, 4.3.11 and a recent snapshot fail. Whenc ompiling php using standard ./configure, make, make install. the libphp4.so file is not created. the configure command is: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-track-vars --enable-force-cgi-redirect --with-gettext --with-mysql=/usr/local/mysql --with-config-file-path=/usr/local/lib/php -with-imap --enable-mbstring --with-kerberos --with-imap-ssl Before the last libtool in the make command, the following is displayed (this may well be ared herring) *** 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. When doing a make install, I get (from the recent snapshot): [EMAIL PROTECTED] php4-STABLE-200504251836]# make install 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/php4-STABLE-200504251836/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: cannot access `/usr/local/apache2/modules/libphp4.so': No such file or directory apxs:Error: Command failed with rc=65536 . make: *** [install-sapi] Error 1 -- Edit bug report at http://bugs.php.net/?id=32844&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32844&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=32844&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=32844&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=32844&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=32844&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=32844&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=32844&r=needscript Try newer version: http://bugs.php.net/fix.php?id=32844&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=32844&r=support Expected behavior: http://bugs.php.net/fix.php?id=32844&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=32844&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=32844&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=32844&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32844&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=32844&r=dst IIS Stability: http://bugs.php.net/fix.php?id=32844&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=32844&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=32844&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=32844&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=32844&r=mysqlcfg
