Monday, June 6, 2011

PHP Startup: Unable to load dynamic library './memcached.so (Errors & Solutions #17)

Error

PHP Startup: Unable to load dynamic library './memcached.so

Solution

changed "extension_dir" in php.ini to the location of the .so file

extension_dir = "/home/user/apache/php/lib/php/extensions/"


No comments:

Post a Comment