[Libevent-users] Re: AMD Ath64 [solved]

Intruder VS1400 vs1400 at gmail.com
Sun Nov 12 14:06:33 EST 2006


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 (adrianc at ahost.co.za) 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.


More information about the Libevent-users mailing list