On Mon, Aug 20, 2012 at 11:52 PM, Lester Caine <les...@lsces.co.uk> 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'
>
>
hi

I would try
--with-mysql=shared,mysqlnd --with-mysqli=shared,mysqlnd
--enable-pdo=shared --with-pdo-mysql=shared,mysqlnd
how are you doing currently?
why is this an internals question?

-- 
Ferenc Kovács
@Tyr43l - http://tyrael.hu

Reply via email to