PHP 5.3 and MySQL 6.0 Alpha build?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Cody Mays
Forum Newbie
Posts: 10
Joined: Fri Dec 15, 2006 3:01 pm

PHP 5.3 and MySQL 6.0 Alpha build?

Post 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.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Re: PHP 5.3 and MySQL 6.0 Alpha build?

Post by Ambush Commander »

That would be the only plausible explanation. Try building --without-mysql (you should be using pdo, mysqli or mysqlnd anyway)
Post Reply