PDA

View Full Version : mysql and mysqli problem


aysima
07-17-2008, 11:03 AM
checking for MySQL UNIX socket location... /tmp/mysql.sock
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!

I m using debian 4 with directadmin. I cant compile php.

aysima
07-18-2008, 03:25 AM
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... /tmp/mysql.sock
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!

mistwang
07-18-2008, 07:12 AM
you need to install mysql client library devel package, like libmysqlclient-devel rpm

mistwang
07-18-2008, 07:23 AM
for debian the package should end with -dev instead of -devel