Install PHP Accelerator APC Linux Mint 16 Petra
You are Welcome! The Tutorial Shows You Step-by-Step How to Install and Enable the Latest PHP 5 Accelerator APC Module for Linux Mint 16 Petra i386/amd64 Desktop.
The Best Way to Install the APC Module is to Provide Directly to Download, Compile and Install the Latest Pecl APC Release.
To the Article Top there is a Link to Enabling the PECL Command on Mint Linux.

-
How to Install/Enable PECL Command on Mint Linux
-
Open Terminal Window
(Press “Enter” to Execute Commands) -
Install the Required Package:
sudo su
apt-get install libpcre3-dev
-
Download the Latest PHP Pecl APC Module
-
Installing APC Module:
tar xvzf APC*
cd APC*/
phpize
./configure
make
make install
make test
-
Enabling the PHP APC Module:
nano /etc/php5/apache2/php.ini
Append
on the Extensions Section:
extension=apc.so;
Ctrl+x to Save & Exit.
-
ReStart Apache to Load the APC Module:
service apache2 restart
exit
-
Best APC SetUp for Production
Tags: APC, Getting Started, Guide, How-to, Install, Linux, Linux Mint, linux mint 16 petra, Linux Mint apc, Pear, Pecl, PHP, php accelerator, Tutorial, Unity, Visual-Guide