httpd dont run because of eaccelerator

omern

Verified User
Joined
Jun 20, 2007
Messages
14
Stopping httpd: [FAILED]
Starting httpd: [Mon Jan 21 04:15:38 2008] [warn] module mod_evasive.c is already added, skipping
eAccelerator requires Zend Engine API version 220060519.
The Zend Engine API version 20050606 which is installed, is outdated.

after installing eaccelerator
CENTOS 5
php 5.2.5
anybody got idea how to fix it?

thanks
omer
 
Zend installed is 3.2.8 which is recommended by DA, what should i do? (tried to update to 3.3.0, still same error)
 
Zend installed is 3.2.8 which is recommended by DA, what should i do? (tried to update to 3.3.0, still same error)
This has nothing to do with eAccelerator. Read the error message one more time:
The Zend Engine API version 20050606 which is installed, is outdated ;)
I suggest you re-compile Php and make sure you get clean and error free results. Clean up previous eAccelerator and ZendOptimizer installations, then re-install eA and ZO respectively. If that doesn't help, you can seek professional help.
 
Last edited:
I tried that before I tried to post here.

well, after breaking my head with it, I decided to re-install everything from the beginning, issue solved... we'll never know what the problem was:p
 
Back
Top