Install APC - ERROR: `make’ failed

This morning, I tried to install APC in Ubuntu 12.04.4 LTS with the following command:

sudo pecl install apc

And, I got this error at the end of the installing process:

...
ERROR: `make’ failed
...

So, to fix this, I install  the following packages:

sudo apt-get install php-pear php5-dev libpcre3-dev make

Done!

Comments