On Mar 8, 4:41 pm, Gustavo Aquino <[email protected]> wrote:
> [r...@srv-fors04 memcached-1.4.4]# ls -la /usr/lib64/libevent-1.1a.so.1* > lrwxrwxrwx 1 root root 22 Mar 8 22:30 /usr/lib64/libevent-1.1a.so.1 -> > libevent-1.1a.so.1.0.2 > -rwxr-xr-x 1 root root 52432 Jul 13 2006 /usr/lib64/libevent-1.1a.so.1.0.2 1.1 is so ridiculously old (2005-06-12) that memcached can't recognize it as libevent. You'll need a much newer version. We've been looking into strategies for including libevent in memcached source to avoid this kind of thing. It's not going to help you now, but going to grab a newer version from http://monkey.org/~provos/libevent/ is pretty much your only option.
