0

I have installed APC for php using

yum install pcre-devel
pecl install apc
restorecon /usr/lib64/php/modules/apc.so

Everything installed correctly but still i can't see APC module in phpinfo

Mirage
  • 561
  • 4
  • 10
  • 25

2 Answers2

3

Did you add:

extension=apc.so

to your php.ini file and restart your web server afterwards?

ceejayoz
  • 32,910
  • 7
  • 82
  • 106
  • i did that its there. But its not showing in phpinfo. my apc.so is located in `/usr/lib/php/extensions/no-debug-non-zts-20090626/apc.so` – Mirage Jan 03 '12 at 19:15
0

Try looking for a ready-made RPM to save you the hassle. http://wiki.centos.org/AdditionalResources/Repositories is a good place to start.

Terence Johnson
  • 463
  • 4
  • 12