Alternate Install Method For PHP PECL Modules

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
blog comments powered by Disqus