From: dirk at bean-it dot nl Operating system: Linux x86 PHP version: 5.2.6 PHP Bug Type: MySQL related Bug description: Cannot compile a working php with mysql and mysqli
Description: ------------ When I try to compile PHP 5.2.6 with the following options: --with-apxs2=/usr/bin/apxs2 --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config On a x86 machine, I get a not working php. Make test doesn't return anything, make install will work, but just typing php -v at the command line hangs forever. On a i386 machine, same OS (debian etch), same mysql libs, same all, no problem. This problem started in php-5.2.4, 5.2.3 is the last php that will result in a succesfull working php after compilation on x86. The problem does not exist when not using --with-apxs2 Reproduce code: --------------- ./configure --with-apxs2=/usr/bin/apxs2 --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config Expected result: ---------------- A working php... Actual result: -------------- A non-responsive php :-( -- Edit bug report at http://bugs.php.net/?id=45066&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45066&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45066&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45066&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45066&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45066&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45066&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45066&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45066&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45066&r=support Expected behavior: http://bugs.php.net/fix.php?id=45066&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45066&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45066&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45066&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45066&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45066&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45066&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45066&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45066&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45066&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45066&r=mysqlcfg