help! memcached can't find libevent-1.1a.so.1. what's wrong?

Evan Martin martine at danga.com
Thu Jul 20 13:20:05 UTC 2006


On 7/20/06, cheng wavar <cheng_wavar at hotmail.com> wrote:
> [root at localhost bin]# ./memcached -d -m 256 -l 127.0.0.1 -p 11211
> ./memcached: error while loading shared libraries: libevent-1.1a.so.1:
> cannot open shared object file: No such file or directory
>
> Actually, I can find the file "libevent-1.1a.so.1" in the directory
> "/usr/local/lib":

/etc/ld.so.conf contains the list of paths searched for libraries.
You'll need to add /usr/local/lib to that file.


More information about the memcached mailing list