From: eddychu at yahoo dot com Operating system: CentOS 5.3 PHP version: 5.3.0 PHP Bug Type: Compile Failure Bug description: ./configure --with-mysql=mysqlnd gave configure error
Description: ------------ Followed http://us.php.net/manual/en/mysqlnd.install.php instructions to attempt to configure PHP to build with mysqlnd support, but it gave error: configure: error: Cannot find MySQL header files under mysqlnd,. Note that the MySQL client library is not bundled anymore! although ext/mysqlnd folder is right there under php-5.3.0. And no Makefile was generated so I can't build PHP. Either the instructions are wrong or the configure scripts are wrong. Reproduce code: --------------- --- >From manual page: mysqlnd.install --- Simply try to configure with mysqlnd: ./configure --with-mysql=mysqlnd, --with-mysqli=mysqlnd and --with-pdo-mysql=mysqlnd Expected result: ---------------- Expected ./configure --with-mysql=mysqlnd, --with-mysqli=mysqlnd and --with-pdo-mysql=mysqlnd to successfully generate the Makefile. If other configure option(s) are required for these to work, they should be mentioned in the above manual page. Actual result: -------------- configure: error: Cannot find MySQL header files under mysqlnd,. Note that the MySQL client library is not bundled anymore! Can't proceed further. -- Edit bug report at http://bugs.php.net/?id=49829&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=49829&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=49829&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=49829&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=49829&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=49829&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=49829&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=49829&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=49829&r=needscript Try newer version: http://bugs.php.net/fix.php?id=49829&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=49829&r=support Expected behavior: http://bugs.php.net/fix.php?id=49829&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=49829&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=49829&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=49829&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=49829&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=49829&r=dst IIS Stability: http://bugs.php.net/fix.php?id=49829&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=49829&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=49829&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=49829&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=49829&r=mysqlcfg