Installing memcached on FC8
Dec 15th, 2007 | By admin | Category: UncategorizedWhen install memcached on FC8 and libevent.1.3e, there is an error loading libevent.1.3e.so.
Here is how to overcome this error:
- Download memcached and libevent
- Install libevent (1.3e)
- Unzip memcached
- Instead of ./configure, use this:
DFLAGS='-Wl,--rpath /usr/local/lib' ./configure --prefix=/usr/local makemake install- now you can run without error:
memcached -d -u root
