Hi,
The following are the steps to install APC in your Linux server.
wget http://pecl.php.net/get/APC-3.1.9.tgz tar -xvf APC-3.1.9.tgz cd APC-3.1.9 phpize ./configure --enable-apc make make install
Then add the line to php.ini file.
extension=apc.so
Now restart Apache your php will be enabled with APC. You can check them with a sample phpinfo page.
Thank you for viewing helpinlinux.com