How to install xcache

ARUN Post in INSTALLATION
0

wget http://xcache.lighttpd.net/pub/Releases/1.2.1/xcache-1.2.1.tar.gz

tar -xzvf xcache-1.2.1.tar.gz

cd xcache-1.2.1/

phpize

[  ./configure --enable-xcache  ]

make

make install

php -i| grep php.ini

cp -ar /usr/local/lib/php.ini /usr/local/lib/php.ini.bak

vi /usr/local/lib/php.ini

and search for zend_extension and add the below line

zend_extension=”/usr/local/lib/php/extensions/no-debug-non-zts-20060613/xcache.so”

Restart httpd

php -v

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.