Hi Raúl,

I tried to compile php in a very similar way that it's recommended to do to support mysqli, but to support mysql:
./configure --with-mysql=enabled,/usr/bin/mysequoia_config

Please check Continuent.com for professional services. Usually this kind of questions we are answering there.

However I can give you a few pointer, how to compile. Don't ask for more on this list! If you can not succeed please go to Continuent.com for further information.

$ cd php-5.2.0/ext/mysql
$ edit config.m4 and change mysqlclient to mysequoia (probably you need other tweakings also)
$ phpize
$ ./configure --with-mysql=shared,/usr
$ make
$ check with ldd if mysql.so is linked dynamically
$ sudo make install

Regards,
Csaba


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to