[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #5009 [Obfsproxy]: obfsproxy does not build from instructions on debian squeeze
#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 arma):
For posterity, this is what I did to make it work on debian stable without
using root:
{{{
$ 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/tord/event2 && make && make install
$ export libevent_CFLAGS=-I/home/tord/event2/include
$ export libevent_LIBS="-L/home/tord/event2/lib -levent"
$ export LD_LIBRARY_PATH=/home/tord/event2/lib/
$ cd ..
$ git clone https://git.torproject.org/obfsproxy.git
$ cd obfsproxy
$ ./autogen.sh && ./configure && make
[I assume you have a tor bridge already running with ORPort on 9009]
$ ./obfsproxy obfs2 --dest=127.0.0.1:9009 server 0.0.0.0:1051
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5009#comment:17>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs