On Thu, Feb 15, 2018 at 07:41:55PM -0600, Edgar Pettijohn wrote: > I have this trivial program that I keep getting a segfault trying to use > event_asr_run(). I have #if 0'd working code to show my progression from > getaddrinfo() to event_asr_run(). It is hopefully something trivial that I'm > overlooking. Anyway I compiled like so:
You need to call event_init() before using other libevent functions. Eric.

