Today, I was trying to add APC to the cPanel server which it is part of PHP PECL. I am getting the error as below.
The APC.so object is not in /usr/local/lib/php/extensions/no-debug-non-zts-20090626
I have look around and found out that the server do not come with pcre installed. Below is the fixed from my step.
1. Run Shell Access,
yum install pcre
2.Go back to WHM PECL and install the APC.