Problems loading Alternative PHP Cache (APC) -
i have vps hosted linode running ubunutu 12.04 lts. took @ error.log file , looks apc isn't loading.
i have
extension=apc.so
in php.ini file , i've tried:
sudo apt-get purge php-apc sudo apt-get install php-apc
but didn't fix it. here's error i'm getting.
[28-mar-2015 10:39:01 america/los_angeles] php warning: php startup: unable load dynamic library '/usr/lib/php5/20121212/apc.so' - /usr/lib/php5/20121212/apc.so: cannot open shared object file: no such file or directory in unknown on line 0
i found copy of apc.so file here:
/usr/lib/php5/20090626/apc.so
i tried changing php.ini file to:
extension=/usr/lib/php5/20090626/apc.so
and restarted apache
sudo service apache2 restart
but got error instead
[28-mar-2015 10:56:43 america/los_angeles] php warning: php startup: unable load dynamic library '/usr/lib/php5/20090626/apc.so' - /usr/lib/php5/20090626/apc.so: undefined symbol: zend_unmangle_property_name in unknown on line 0
Comments
Post a Comment