PHP 5.3 and MySQL 6.0 Alpha build?
Posted: Fri Sep 05, 2008 3:59 pm
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:
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.
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