Unable to load dynamic library
Hi
Can someone tell me how i can resolve this problem :
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/memcache.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/memcache.so: cannot open shared object file: No such file or directory in Unknown on line 0
-
The "memcache" library is not in the location mentioned in current php.ini loaded hence the above error. You have to find the exact location where the memcache.so file is and correct it in loaded php.ini. 0 -
Hello, The following thread is a good place to start: Memcache Installation However, note that it's an older thread so you may have to update the examples with newer download links for memcache. Thank you. 0
Please sign in to leave a comment.
Comments
2 comments