On 15. nov. 2010, at 01.56, Abioy Sun wrote: > maybe you need to have libevent preinstall? > > 2010/11/15 Steven Veneralle <[email protected]> > cool got it but I get this error > memcached: error while loading shared libraries: libevent-1.4.so.2: cannot > open shared object file: No such file or directory > and this one on my make > ./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
Did you pass any arguments to locate libevent when you built the source (like --with-libevent etc)? It seems that the runtime linker can't locate the shared library at runtime. Cheers, Trond
