On 08/20/2012 11:52 PM, Lester Caine wrote:
Having now got mysql running on the PHP5.4.3 machine, I'm trying to
compile mysqlnd and mysqli as extensions to load and unload as required.

php_mysqlnd_config.h no longer exists, but why is the config file named
config9.m4 rather than config.m4? What do I need to get these two
extensions to build on Linux? My cuurent attempts based on google
results only results in "Warning: PHP Startup: Invalid library (maybe
not a PHP library) 'mysqlnd.so' in Unknown on line 0" after 'make'


File is called config9.m4, because this guarantees an order of run, if it was config.m4 no order is guaranteed during configure. It was Jani's idea.

Andrey

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to