To support simplicity, possiibility and cost effective of PHP

Installing memcached on FC8

Dec 15th, 2007 | By admin | Category: Uncategorized

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

When 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
  • make
  • make install
  • now you can run without error:
  • memcached -d -u root
Tags:

Leave Comment