You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm consistently finding ./configure to fail while testing for evthread_use_pthreads:
checking for evthread_use_pthreads in -levent_pthreads... no
libevent_pthreads required, failing
However, it works if I run it like this:
LIBS=-levent ./configure
I'm guessing "-levent" should be added somewhere in the configure generation chain, as libevent generates libevent.so with the core contents and libevent_pthreads.so with the pthread related code.
I'm running Fedora 18, with libevent 2.0.21-stable.
Also tried it on Fedora 20 with the same results.
Hope this helps!
The text was updated successfully, but these errors were encountered:
Hi,
I'm consistently finding ./configure to fail while testing for evthread_use_pthreads:
checking for evthread_use_pthreads in -levent_pthreads... no
libevent_pthreads required, failing
However, it works if I run it like this:
LIBS=-levent ./configure
I'm guessing "-levent" should be added somewhere in the configure generation chain, as libevent generates libevent.so with the core contents and libevent_pthreads.so with the pthread related code.
I'm running Fedora 18, with libevent 2.0.21-stable.
Also tried it on Fedora 20 with the same results.
Hope this helps!
The text was updated successfully, but these errors were encountered: