Mark McCulligh wrote:
when I compiled with --with-mysql only, phpinfo() said:
Client API version: 3.23.49

I will recompile PHP with --with-mysql-sock instead.

I don't think this will change the client version. It is my understanding that this will just tell the client to look in a specific place for the socket file.


I want to make sure PHP is using the right MySQL Client version.

I think you will need to specify the location using --with-mysql=[dir]. It is just a guess, but try --with-mysql=/usr


If you can't find where it is, one thing that might be worth considering is whether or not you need the 4.0 client lib. Take a look at this link:

http://www.mysql.com/doc/en/Upgrading-from-3.23.html

- Brad

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to