Hello,
I installed eaccelerator on my server with update.script,
then I added at php configuration file these lines (as mentioned at update.script):
When I check if it runs with methods mentioned here :
http://www.eaccelerator.net/wiki/TroubleShooting
nothings seems positive that eaccelerator works.
The php -v command in shell returns the following warning:
I did not find any similar case or a solution.
Please help me to make eaccelerator work. Thank you for reading my post.
I installed eaccelerator on my server with update.script,
then I added at php configuration file these lines (as mentioned at update.script):
Code:
zend_extension="/usr/local/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"
When I check if it runs with methods mentioned here :
http://www.eaccelerator.net/wiki/TroubleShooting
nothings seems positive that eaccelerator works.
The php -v command in shell returns the following warning:
Code:
PHP Warning: PHP Startup: Unable to load dynamic library './usr/local/lib/php/extensions/no-debug-non-zts-20060613/eaccelerator.so' - ./usr/local/lib/php/extensions/no-debug-non-zts-20060613/eaccelerator.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 5.2.8 (cli) (built: Feb 1 2009 18:37:35)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
I did not find any similar case or a solution.
Please help me to make eaccelerator work. Thank you for reading my post.