Under CentOS 5.2
after doing
> yum install libevent
and installing memcached
when i am trying to start memcached, an error occurs.
> memcached: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory
Here is the solution :
> export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
Then , OK.
Jun 28, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment