View Single Post
  #4  
Old 11-28-2012, 10:13 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,389
according to php manual (http://us1.php.net/manual/en/mysql.installation.php), you just use '--with-mysql' for mysqlnd in php 5.4.*. no need for '--with-mysql=/var/lib/mysql/', '--with-mysql=mysqlnd' or '--with-mysqli=mysqlnd'.
Reply With Quote