Edit report at https://bugs.php.net/bug.php?id=61248&edit=1
ID: 61248 Comment by: iamhiddensomewhere at gmail dot com Reported by: iamhiddensomewhere at gmail dot com Summary: ext/mysql and ext/pdo_mysql Status: Not a bug Type: Bug Package: MySQL related Operating System: Linux 2.6.32-5-amd64 PHP Version: 5.4.0 Block user comment: N Private report: N New Comment: I'm not entirely certain how to determine whether mysqlnd (and/or the mysqlnd headers) is installed, or how to install it. Is it possible to install ext/pdo_mysql -- or ext/mysqli -- *only* at compile time? Previous Comments: ------------------------------------------------------------------------ [2012-03-02 16:07:44] johan...@php.net Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php In 5.4 the default is to use mysqlnd. When building completely stand-alone you first have to install mysqlnd so that the headers and stuff are in place and then youcan configure the standalone extension. Alternatively, and not suggested, you can do --with-pdo-mysql=PATH to use libmysql. ------------------------------------------------------------------------ [2012-03-02 16:05:18] iamhiddensomewhere at gmail dot com Fixing summary ------------------------------------------------------------------------ [2012-03-02 15:38:54] iamhiddensomewhere at gmail dot com Description: ------------ * cd to ext/pdo_mysql or ext/mysql * phpize && ./configure && make && make install ext/pdo_mysql fails at make with the following output: http://pastebin.com/ibYSpMqs ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61248&edit=1