[tor-bugs] #5009 [Obfsproxy]: obfsproxy does not build from instructions on debian squeeze

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Fri Feb 10 10:52:50 UTC 2012


#5009: obfsproxy does not build from instructions on debian squeeze
-----------------------+----------------------------------------------------
 Reporter:  arma       |          Owner:  asn
     Type:  defect     |         Status:  new
 Priority:  normal     |      Milestone:     
Component:  Obfsproxy  |        Version:     
 Keywords:             |         Parent:     
   Points:             |   Actualpoints:     
-----------------------+----------------------------------------------------

Comment(by ioerror):

 This is easier to cut and paste:

 {{{
 mkdir ~/obfs
 wget
 https://github.com/downloads/libevent/libevent/libevent-2.0.16-stable.tar.gz
 tar xvf libevent-2.0.16-stable.tar.gz
 cd libevent-2.0.16-stable
 ./configure --prefix=/home/obfs/event2 && make && make install

 export libevent_CFLAGS=-I/home/obfs/event2/include
 export libevent_LIBS="-L/home/obfs/event2/lib -levent"
 export LD_LIBRARY_PATH=/home/obfs/event2/lib/

 cd ..
 git clone https://git.torproject.org/obfsproxy.git
 cd obfsproxy
 ./autogen.sh && ./configure && make

 ./obfsproxy obfs2 --dest=127.0.0.1:9001 server 0.0.0.0:1051

 }}}

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


More information about the tor-bugs mailing list