[tor-bugs] #2698 [Tor Client]: Tor static build issues with libevent

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Thu Mar 10 07:00:52 UTC 2011


#2698: Tor static build issues with libevent
------------------------+---------------------------------------------------
 Reporter:  ioerror     |          Owner:     
     Type:  defect      |         Status:  new
 Priority:  major       |      Milestone:     
Component:  Tor Client  |        Version:     
 Keywords:              |         Parent:     
   Points:              |   Actualpoints:     
------------------------+---------------------------------------------------

Comment(by ioerror):

 Success!

 Configure and build:
 {{{
 /configure --enable-static-libevent --enable-static-openssl --enable-
 static-zlib --with-libevent-dir=/tmp/static-tor/libevent-1.4.14b-stable
 --with-openssl-dir=/tmp/static-tor/openssl-0.9.8r/ --with-zlib-dir=/tmp
 /static-tor/zlib-1.2.5
 }}}

 Now we have a mostly static build:
 {{{
 ldd src/or/tor
         linux-vdso.so.1 =>  (0x00007fff59bff000)
         libm.so.6 => /lib/libm.so.6 (0x00007f1c3cbdc000)
         librt.so.1 => /lib/librt.so.1 (0x00007f1c3c9d4000)
         libpthread.so.0 => /lib/libpthread.so.0 (0x00007f1c3c7b6000)
         libdl.so.2 => /lib/libdl.so.2 (0x00007f1c3c5b2000)
         libc.so.6 => /lib/libc.so.6 (0x00007f1c3c22f000)
         /lib64/ld-linux-x86-64.so.2 (0x00007f1c3ce83000)
 }}}

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


More information about the tor-bugs mailing list