Ok i solved part of it... the...
Failed loading /usr/lib/php4/20050606/eaccelerator.so: /usr/lib/php4/20050606/eaccelerator.so: undefined symbol: empty_string
was because of an error on my part..... i put a statement in the wrong place under php5 dir
But i still cannot get the cache dir in phptmp dir...
Thanks for eveyone's patients!
Rob..
robmorin Wrote:I followed the German doc on how to install its very nice and easy to understand no matter what language one speaks...
However i get this error when test to see if its working properly..
peter:/home/rob/eaccelerator-0.9.5.2# php -v
Failed loading /usr/lib/php4/20050606/eaccelerator.so: /usr/lib/php4/20050606/eaccelerator.so: undefined symbol: empty_string
PHP 5.2.0-8+etch7 (cli) (built: Jul 2 2007 20:43:26)
Copyright © 1997-2006 The PHP Group
Zend Engine v2.2.0, Copyright © 1998-2006 Zend Technologies
with eAccelerator v0.9.5.2, Copyright © 2004-2006 eAccelerator, by eAccelerator
with Suhosin v0.9.12, © Copyright 2006, by Hardened-PHP Project
Is this normal as when php5 is default i think i have to run php-cgi to get php4 to test/show like this can someone confirm this please?
peter:/home/rob/eaccelerator-0.9.5.2# php-cgi -v
PHP 5.2.0-8+etch7 (cgi-fcgi) (built: Jul 2 2007 20:40:49)
Copyright © 1997-2006 The PHP Group
Zend Engine v2.2.0, Copyright © 1998-2006 Zend Technologies
with eAccelerator v0.9.5.2, Copyright © 2004-2006 eAccelerator, by eAccelerator
with Suhosin v0.9.12, © Copyright 2006, by Hardened-PHP Project
If so , the cache dirs are not being setup in /var/www/virtual/domain.com/phptemp as per the above mentioned article
Thanks...
rbtux Wrote:maybe apc is the better alternative... I heard that it will ship with PHP6...