Hello, I have tried to install from YUM , but can not seem to find it. when i try yum install memcached , no package available so then i try to install from source. when i try the .configure i get libevent is required if i do [root@events memcached-1.2.8]# rpm -q libevent libevent-1.4.13-1
[root@events memcached-1.2.8]# find / -name "*libevent*" -print /usr/share/doc/libevent-1.4.13 /usr/lib/libevent_core-1.4.so.2 /usr/lib/libevent_core-1.4.so.2.1.3 /usr/lib/libevent_extra-1.4.so.2.1.3 /usr/lib/libevent-1.4.so.2 /usr/lib/libevent_extra-1.4.so.2 /usr/lib/libevent-1.4.so.2.1.3 I have try the obvious ./configure --with-libevent=/usr/lib/libevent-1.4.so.2 and ./configure --with-libevent=/usr/lib/ neither work, so do i need to specify libevent differently? Thanks for any help
