ID: 32560 Updated by: [EMAIL PROTECTED] Reported By: avanchura at comcast dot net -Status: Assigned +Status: Closed Bug Type: Compile Failure Operating System: * PHP Version: 5.* Assigned To: tony2001 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-04-04 09:16:20] [EMAIL PROTECTED] tony2001: You propably have this stuff installed so I'll leave it to you to fix. It might be better idea to remove any filesystem checks for file existance and rather use the PHP_TEST_BUILD() macro.. ------------------------------------------------------------------------ [2005-04-04 03:43:56] avanchura at comcast dot net 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 this bug report at http://bugs.php.net/?id=32560&edit=1