I have recently installed libevent from source and memcached from source, after installing libevent i did these steps,
nano /etc/ld.so.conf.d/libevent.conf
##add a line containing:
/usr/local/lib/
Then run ldconfig -v
but now my apt-get command is not working. it says -bash: apt-get: command not found
/usr/bin/apt-getshould work. – Manula Waidyanatha May 21 '12 at 5:27echo $PATH– weberc2 Jan 25 at 14:12