View Single Post
  #8  
Old 07-08-2011, 12:42 AM
flowcubano flowcubano is offline
Member
 
Join Date: May 2011
Posts: 19
I have update the mysql.default_socket on my php.ini to te corect mysql socket but it still don't working.

I have compile php again with this: ( '--with-mysql' )
Quote:
'--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-mysql' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-litespeed'
But I get this error:
Quote:
checking for specified location of the MySQL UNIX socket... no
configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!
**ERROR** Could not configure PHP build
Reply With Quote