Andrey Hristov wrote:
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.

So what happens when trying to just build mysqlnd as I do any other extra module? Is simply renaming it the correct action?

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk



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

Reply via email to