| « Zimbra - Set MTA Trusted Networks From Command Line | Find group writable home directories » |
If the traditional "pecl install APC" style command is not working for some reason, here is the manual procedure:
wget http://pecl.php.net/get/APC-3.0.19.tgz
tar -xvzf APC-3.0.19.tgz
cd APC-3.0.19
phpize
./configure
make
make install