Question 1:
I installed memcached by using ./configure --prefix=$HOME, and now the
memcached is installed into $HOME/bin directory.
I installed libevent by using ./configure --prefix=$HOME, and
libevent-1.1a.so.1.0.2 is installed into $HOME/bin/lib directory.
When I try to run ./memcached -d....., I got this error: ./memcached: error
while loading shared libraries: libevent-1.1a.so.1: cannot open shared
object file: No such file or directory

It seemed the memcached can not find the shared libraries, how i can inform
memcached the location for the installed libevent library?

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?

Thanks.

On Wed, Feb 11, 2009 at 2:11 PM, Dustin <[email protected]> wrote:

>
>
>
> On Feb 11, 10:47 am, Frank He <[email protected]> wrote:
> > Sorry, when I build libevent, it said I have no permission to write into
> > /usr/....
>
>   You can tell it where you want to install at configure time.
> Install into your home dir.

Reply via email to