On Fri, Jun 14, 2013 at 04:49:44PM +0200, wen lui wrote: > I'm using libevent for a program, I compile my program on two computers A > and B, on A the execution is successful, but on B I got the following > errors: > > error while loading shared libraries: libevent-1.4.so.2: cannot open > shared object file: No such file or directory >
type ldconfig -p | grep libevent if it's not there, put the libraries in the ldpath and run 'sudo ldconfig' *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
