Okay this is weird. It just magically started working without me doing anything. I shut down for the night, so maybe ldconfig is slow to act on my machine or something. I don't know why tor configure said it couldn't run the library, but it seems to be doing it just fine today.
If at first you don't cc... reboot, compile again. Sorry for the terrible pun. :D Karsten Adrian Cuthbertson ([EMAIL PROTECTED]) sez:
Hi, I'm also new to the list. Also running amd 64 and also had the same problem initially. I found libevent (version 1.1a) was already installed on my Fedora due to some other dependency in /usr/lib64. The downloaded tarball installs 1.2 to /usr/local/lib (and headers to /usr/local/include), so I explicitly referred to these libraries in my compiles, e.g gcc -o myapp -I/usr/local/include -L/usr/local/lib -levent myapp.c and then the following to run myapp; LD_LIBRARY_PATH=/usr/local/lib ./myapp Everything now works fine.
_______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkey.org/mailman/listinfo/libevent-users