memcached install issues with lib event on server
        Posted  
        
            by 
                albert N
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by albert N
        
        
        
        Published on 2011-06-23T00:03:41Z
        Indexed on 
            2011/06/25
            8:24 UTC
        
        
        Read the original article
        Hit count: 348
        
I've installed libevent on my server in the directory root/data/ and have i'm about to install memcached with
./configure –with-lib-event=/data/; make; make install
However, after running a bit I get this error saying i'm pointing to the wrong directory for libevent.
checking for libevent directory... configure: error: libevent is required.  You can get it from http://www.monkey.org/~provos/libevent/
      If it's already installed, specify its path using --with-libevent=/dir/
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
Any suggestions. I am not experience with cli so anything is help. Thanks!
© Server Fault or respective owner