APC module causing strange error
Posted
by
clifgriffin
on Server Fault
See other posts from Server Fault
or by clifgriffin
Published on 2012-09-11T13:10:20Z
Indexed on
2012/09/11
15:40 UTC
Read the original article
Hit count: 296
When I run
php -v
I get:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: php_pcre_exec in Unknown on line 0
This isn't my first rodeo. I've setup APC multiple times. This is a MediaTemple Dedicated Virtual 4.0 with Plesk 11. Plesk 11 is the only thing essentially different from the other servers I've set this up on.
I've verified that pcre-devel
is installed. I've compiled APC from source as well as used pecl to install it. No difference.
I also tried downgrading to APC 3.0.19, with no love.
© Server Fault or respective owner