View Single Post
  #2  
Old 03-14-2012, 10:41 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,339
note that it complains './/usr/local/lib/eaccelerator.so' can not be found. check php.ini used by lsws (do something like '/usr/local/lsws/fcgi-bin/lsphp5 -i| grep php.ini') and look for 'extension_dir'. likely it is 'extension_dir = ./ '. just remove './'.
Reply With Quote