View Single Post
  #9  
Old 10-29-2008, 09:54 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
mysql and mysqli are two different mysql module in PHP, they are not interchangeable. You have to build your PHP with configuration option
"--with-mysql=<dir_to_libmysqlclient_installation>".
Reply With Quote