Re: [Libevent-users] Installing libevent-2.0.19-stable Regress Failure

2012-06-07 Thread Ross Lagerwall
On 06/07/2012 11:30 PM, Salim Moahmed wrote: I don't understand why when I'm trying to install libevent-2.0.19 on Fedora Linux but I receive the following error with "make verify". And when I try to compile the code it says: $ gcc test.c -o test.o You probably either meant: $ gcc test.c -o te

[Libevent-users] Installing libevent-2.0.19-stable Regress Failure

2012-06-07 Thread Salim Moahmed
I don't understand why when I'm trying to install libevent-2.0.19 on Fedora Linux but I receive the following error with "make verify". And when I try to compile the code it says: $ gcc test.c -o test.o tcp_libevent.c:(.text+0xb2): undefined reference to `event_new' tcp_libevent.c:(.text+0x10a):

[Libevent-users] event_base_dispatch returning -1 - help debugging

2012-06-07 Thread Julian Bui
Hi everyone, I am having trouble with my libevent 2.0.18 server. The dispatch loop keeps returning -1 and I cannot determine the cause. I have not tried searching the mailing list as there does not seem to be a search option (http://archives.seul.org/libevent/users/) PROBLEM: My server works mo