[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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 test -levent_core

or:
$ gcc test.c -c -o test.o

$ ./make verify

   FAIL regress_dns.c:1147: assert(n_dns == 2): 4 vs
2dns/bufferevent_connect_hostname:
   [bufferevent_connect_hostname FAILED]
1/171 TESTS FAILED. (1 skipped)
FAILED

This is a known issue - see https://github.com/nmathewson/Libevent/issues/49#issuecomment-4724739

Cheers
--
Ross Lagerwall
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users    in the body.