eaccellerator

santovito

Verified User
Joined
Nov 23, 2008
Messages
143
Hello,

I recompiled php with ./build php d

termites once the process though, gives me this error:
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.8. Rebuild it for your PHP version (5.2.9) or download precompiled binaries.


my php.ini:

[eAccelerator]
zend_extension="/usr/local/php5/lib/php/extensions/no-debug-non-zts-20060613/eaccelerator.so"
eaccelerator.shm_size="32"
eaccelerator.cache_dir="/tmp/eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"

How can I resolve this problem?

Thanks

Vito
 
reinstall eaccelerator.

I don't use apache or php compiled by DA, so I don't know if you can have it install eaccelerator - but you can download it yourself and do the install manually - it's simple enough and well documented on the website. - there are also a bunch of tutorials
 
Back
Top