Page 1 of 1

PHP 5.3 and MySQL 6.0 Alpha build?

Posted: Fri Sep 05, 2008 3:59 pm
by Cody Mays
Hi,
I recently upgraded to OS X Leopard and decided to rebuild all my tools right on the release edge. I installed MySQL 6.0 Alpha from the binary package and I'm trying to build PHP 5.3 with it, but I cannot get past configure. I am getting the following errors:

Code: Select all

 
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... /tmp
checking for MySQL UNIX socket location... /tmp
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
 
Does anyone know if this is possible? I'm hoping that MySQL 6.x didn't remove these functions from the library, but it seems that may be the problem. I would appreciate any advice.

Re: PHP 5.3 and MySQL 6.0 Alpha build?

Posted: Sun Sep 07, 2008 1:05 pm
by Ambush Commander
That would be the only plausible explanation. Try building --without-mysql (you should be using pdo, mysqli or mysqlnd anyway)