[tor-bugs] #24252 [Core Tor/Tor]: undefined reference to evdns_shutdown

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Dec 15 05:45:52 UTC 2017


#24252: undefined reference to evdns_shutdown
--------------------------+------------------------------------
 Reporter:  maddoctor     |          Owner:  (none)
     Type:  defect        |         Status:  needs_information
 Priority:  Medium        |      Milestone:  Tor: 0.3.2.x-final
Component:  Core Tor/Tor  |        Version:  Tor: 0.3.1.9
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+------------------------------------

Comment (by maddoctor):

 I don't use a distribution.

 This is how I build libevent:

 tar -xf libevent-release-2.1.8-stable.tar.gz
 cd libevent-release-2.1.8-stable
 cmake -DEVENT__BUILD_SHARED_LIBRARIES=ON -DCMAKE_INSTALL_PREFIX=/usr
 make
 make test
 make install
 cd ..
 rm -rf libevent-release-2.1.8-stable
 strip -S build/usr/lib/*
 mv build/usr/lib/libevent* /usr/lib64/

 That symbol is in the library (see comment above) and in the headers
 (event2/dns_compat.h).

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24252#comment:11>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list