APC install problem
Posted by: monkeyboy7706
Posted on: 2007-07-06 14:11:00
I've been trying to install APC but can't get it to work.
I have tried both php5 install scripts in the wiki ( install script and dev installand get the custom php install working fine with either one (phpinfo() shows the custom installation working fine with correct paths to php and php.ini).
APC installs with no errors using http://wiki.dreamhost.com/Pecl_APC and the module ends up in ~/php5/lib/php/extensions/apc.so which I think is correct. And the necessary changes have been made to php.ini
I have tried shutting down fcgi and restarting to no avail.
The only clue I have is the access log gives the following error
PHP Warning: PHP Startup: Unable to load dynamic library './apc.so' - ./apc.so: cannot open $
Any ideas what is wrong?
More codes