I’m attempting to install eAccelerator on a Tiger 10.4.2 server. I followed the instructions and the build worked. I’ve added the correct lines to /etc/php.ini to activate eAccelerator as a Zend module. However, when I start Apache, I get this error in /var/log/httpd/error_log:
PHP Warning: [eAccelerator] This build of “eAccelerator” was compiled for PHP version 4.3.10. Rebuild it for your PHP version (4.3.11) or download precompiled binaries.
I got this on my production server and on a clean install of a test server. How is it that I’m building against one version of PHP and running another on a clean install? Does anyone know how to straighten this out?
Comments are closed