There is 2 ways to install.
1. Download the apc source code from the pear library and install. 2. Using pear to install apc (easy way)
Ensure that pear is there, if not execute #yum install php-pear pear will be installed along with the php installation from the source.
#pecl install apc
echo “extension=apc.so” > [...]
