[Resolved] Install APC

#1
I've installed LSWS with no problems; I've also re-compiled PHP to 5.3.3 with no issues.

I can't, however, figure out how to get APC to work. I checked the APC box, and I inserted the extension=apc.so line into the php.ini file.

What am I doing wrong here?

Which php.ini file should I use?
(/opt/lsws/lsphp5/lib/php.ini would be my guess)

I looked at the instructions in the wiki, but they were everything but helpful.

Thanks!
 
Last edited by a moderator:
#3
Ok...my phpinfo() page shows that
Code:
/usr/local/lsws/lsphp5/lib/php.ini
is the loaded php.ini file. That's cool.

APC.so is located in /usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20090626 and
Code:
extension_dir = ".:/usr/local/lsws/lsphp5/lib/php"
is the formatting wrong or something? I've never had this happen before...if it's any help, I'm running CentOS 5.5.
 
Last edited:
Top