PDA

View Full Version : mysql and mysqli problem


aysima
07-17-2008, 12:03 PM
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, 04: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, 08:12 AM
you need to install mysql client library devel package, like libmysqlclient-devel rpm

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