--with-libevent argument to configure script

2011-08-24 Thread Radhesh
Hi folks, I am trying to build memcached 1.4.7 with a specific libevent version. To do this, I ran configure as follows: ./configure --prefix=/home/radhesh/memcached-dist --with-libevent=/usr/ lib/libevent.so.1 then do make && make install. But, when I do 'ldd memcached' on the resulting binary

Re: --with-libevent argument to configure script

2011-08-24 Thread dormando
> > I am trying to build memcached 1.4.7 with a specific libevent version. > To do this, I ran configure as follows: > > ./configure --prefix=/home/radhesh/memcached-dist --with-libevent=/usr/ > lib/libevent.so.1 > --with-libevent=/usr/lib (path to the lib install dir, not the full path to the fil