From: avanchura at comcast dot net Operating system: aix 5.2 / 5.2 PHP version: 5.0.4 PHP Bug Type: *Configuration Issues Bug description: configure uses incorrect libdb2.so for test
Description: ------------ the configure command uses a test locate the db2 library but uses the incorrect name. ( db2v8 ) this worked fine on 5.0.3 but not on 5.0.4 configure test uses libdb2.so the correct library name is libdb2.a ./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-ftp --with-ibm-db2=/home/dbinst/sqllib/ --enable-sockets --disable-libxml Actual result: -------------- i modified the configure command to use the correct library name and it then worked fine. -- Edit bug report at http://bugs.php.net/?id=32560&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32560&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=32560&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=32560&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=32560&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=32560&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=32560&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=32560&r=needscript Try newer version: http://bugs.php.net/fix.php?id=32560&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=32560&r=support Expected behavior: http://bugs.php.net/fix.php?id=32560&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=32560&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=32560&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=32560&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32560&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=32560&r=dst IIS Stability: http://bugs.php.net/fix.php?id=32560&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=32560&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=32560&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=32560&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=32560&r=mysqlcfg
