XCache Installation Linux Cpanel
April 24, 2008 | In: Apache, Cpanel, Installation, PHP
1) Download
==============================
wget http://xcache.lighttpd.net/pub/Releases/1.2.1/xcache-1.2.1.tar.gz
phpize
./configure –enable-xcache
make
make install
==============================
Find the php.ini file.
php -i| grep php.ini
Edit the php.ini file
Add the line below.
==============================
Find other zend_extension lines. Add the line below.
zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20020429/xcache.so
==============================
Note the line proper path “/usr/local/lib/php/extensions/no-debug-non-zts-20020429/ ” is received at the end of make install. Replace with that path.
Go for Apache restart
Check your PHP info page




