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:
Post a Comment