Installing eAccelerator in linux machine

Follow the steps to install eAccelerator in linux machine #cd /usr/local/ #wget http://bart.eaccelerator.net/source/0.9.6/eaccelerator-0.9.6-rc1.tar.bz2 #tar -jxvf eaccelerator-0.9.6-rc1.tar.bz2 #cd /usr/local/eaccelerator-0.9.6-rc1/ #phpize #./configure #make #make install Open a file as eaccelarator.ini in /etc/php.d/ directory #vi /etc/php.d/eaccelarator.ini Then add the configuration like : zend_extension=”path/where/eaccelerator.so/is/locate/eaccelerator.so”...