On Feb 11, 1:07 pm, Frank He <[email protected]> wrote: > Question 1:
> It seemed the memcached can not find the shared libraries, how i can inform > memcached the location for the installed libevent library? The easiest way to do that is via the LD_LIBRARY_PATH environment variable. Otherwise, passing in an rpath to the build would help. > Question 2: > I think only installing memcached in the web server is not enough, I still > need to install memcache php extension. If my hosting provider refuse to > install php extension for memcachd, are there any otherway to use it in my > shared web server? Don't know much about that. It's in their best interest to have it available for you.
