How To: Eaccelerator!

On the CLI, issue the command:

Code:
php -v

If eaccelerator is there, it'll tell you.

Or you can create a phpinfo(); file and it will tell you as well.
 
Code:
Failed loading /usr/local/php4/lib/php/extensions/no-debug-non-zts-20020429/eaccelerator.so:  /usr/local/php4/lib/php/extensions/no-debug-non-zts-20020429/eaccelerator.so: undefined symbol: empty_string
PHP 5.2.5 (cli) (built: Mar 18 2008 13:42:38)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
    with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies
    with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies

How can i make eaccelerator working?
 
Code:
Failed loading /usr/local/php4/lib/php/extensions/no-debug-non-zts-20020429/eaccelerator.so:  /usr/local/php4/lib/php/extensions/no-debug-non-zts-20020429/eaccelerator.so: undefined symbol: empty_string
PHP 5.2.5 (cli) (built: Mar 18 2008 13:42:38)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
    with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies
    with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies

How can i make eaccelerator working?


i got same error too !!
 
Sorry for bumping this topic but I've a question about eAccelerator and Disk Usage;

We are using mod_ruid and eAccelerator, but since all files created by Apache/HTTPd are owned by the user itself the files for eAccelerator are also owned by the user. This also includes the calculation of Disk Usage.

How can I exclude the eAccelerator files (or the dir) to be included in the Disk Usage count?
 
Back
Top