views:

955

answers:

1

error_log shows the following line on startup:

Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20060613/memcache.so' - (null) in Unknown on line 0

The file exists and it compiled properly. PHP version is 5.2.6. After Googling for a couple of hours I managed to find a couple of similar problems, but no solutions.

+1  A: 

Turned out that the easiest way to handle this was to update PHP to 5.2.8 with memcache via MacPorts. Everything is working fine now.

kari.patila