View Single Post
  #4  
Old 01-31-2012, 11:59 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,338
you need '--with-eaccelerator-shared-memory' (https://eaccelerator.net/wiki/Compil...-shared-memory) option to build EA module. do something like:
Quote:
cd /path/to/unpacked_EA_folder
/path/to/lsws/lsphp5/bin/phpize
./configure --enable-eaccelerator=shared --with-php-config=/path/to/lsws/lsphp5/bin/php-config --with-eaccelerator-shared-memory
make
make install

Last edited by webizen; 01-31-2012 at 12:40 PM.. Reason: Added EA reference URL
Reply With Quote