Installing APC on CentOS
The following procedure work for installing APC on CentOS
- yum install php-pear
- yum install php-devel
- yum install httpd-devel
- pecl install apc
"apc pcre.h: No such file or directory"
if so run the following
- yum install pcre-devel
and then run
- pecl install apc
Comments
Post a Comment