PDA

View Full Version : Eaccelerator Guide


aventurehost
10-01-2007, 01:44 PM
Hi Folks,

I've seen mention of an Eaccelerator installation guide being in the Wiki, but nothings there, and theres no sign of any guides on the forums. I've tried installing it a few times, without any luck. IonCube/Zend, all fine, but nothing is working for eaccelerator or APC.

Can anyone point me in the right direction of an online guide?

Richard

mistwang
10-01-2007, 03:15 PM
which part is broken? compile? PHP configuration?

aventurehost
10-01-2007, 04:02 PM
Compiled as normal, however it simply won't load/reflect in phpinfo.
The module is located (eaccelerator.so) in /opt/lsws/lib and php.ini (/opt/lsws/php/php.ini) relfects the correct path.

I originally thought it may have just been an issue with Eaccelerator and PHP 5.2.4, so I tried APC, and exactly the same thing, no errors generated, no installation problems, but it simply won't load.

Installed IonCube/Zend in the same fashion without error, but when APC/Eaccelerator both failed to work, I started to wonder if I was doing something wrong.

mistwang
10-01-2007, 05:26 PM
Please try "lsphp -v" from command line. I think the php failed to locate the module file.
Maybe the "extension_dir" configuration is not right.