Friday, March 30, 2012

installing apc on kloxo

For Yum based OS:
sudo yum install pcre-devel
sudo pecl install apc

Then create /etc/php.d/apc.ini
insert content as follows:
extension=apc.so

then restart httpd

If you are still having some problem installing this, try refer here:

http://www.agileapproach.com/blog-entry/howto-install-pecl-apc-cache-centos-without-xampp

No comments: