./build php to 4.3.11 but eaccelerator is not working

servertweak

Verified User
Joined
Feb 3, 2005
Messages
266
I try restall and look at the php.ini file and all is there .


i looked @ phpinfo.php eaccelerator doesnt showup ?
 
You updated php and then rebuild eAccelerator? Are you trying to use a binary or build from source?
 
i used ./build to upgrade from 4.3.10 to 4.3.11. it went well but eAccelerator wasnt working.


step 2 , is to try to reinstall eAccelerator and have edit the php.ini w/ eAccelerator edits and still doesnt work.
 
You restarted apache after updating right?
Can't think of much else other than to keep tweaking the php.ini file (It is the right one your modifying (zend moves it, but usually links it))
Do your logs report anything from php since there has to be an error (hopefully at least) if it's not being loaded.
 
im not understanding

http://servertweak.com/billing/phpinfo.php

and if you look @ the php.ini file looklike this @ the end

[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.7
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.7
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

extension="/usr/local/lib/php/extensions/no-debug-non-zts-20020429/eaccelerator.so"
eaccelerator.shm_size="64"
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"
 
i got it now, after upgrade of any php 4.3.x you must restall but run "make clean" before you run "make"
 
Back
Top