The problem is the following,
there is a system of Ubuntu 10.04, php-fpm (for this guide
www.howtoforge.com/installing-nginx-with-php-5.3-a...) and nginx.
I want to install eAccelerator 0.9.6.1. After Assembly eAccelerator from source
phpize
./configure --enable-eaccelerator=shared
make
make install
overload php-fpm. See the following message:
sudo /etc/init.d/php5-fpm restart
Gracefully shutting down php5-fpm . done
Starting php5-fpm PHP Deprecated: [eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.3.2-1ubuntu4.5. Rebuild it for your PHP version (5.3.2-1ubuntu4.5ppa5~lucid1) or download precompiled binaries.
. done
Of course, eAccelerator is working.
How to deal with it? how to compile under PHP version 5.3.2-1ubuntu4.5
ppa5~lucid1?