On Tue, Nov 16, 2010 at 10:26:59AM -0600, Steven Veneralle wrote: > whenever I did my make I got he following > /sizes: error while loading shared libraries: libevent-1.4.so.2: cannot open > shared object file: No such file or directory > make: *** [test] Error 127 > > abd this error after it tried running a mem chache command. any pointers > please? > memcached: error while loading shared libraries: libevent-1.4.so.2: cannot > open shared object file: No such file or directory >
Most likely you installed the library on a path your linker does not know about, e.g., /usr/local/lib. You can set the LD_LIBRARY_PATH env var to point to the desired lib directory, or if in linux add the path to /etc/ld.so.conf and run sudo ldconfig. *********************************************************************** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-users in the body.