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
|