[tor-bugs] #6726 [Tor bundles/installation]: Obfsproxy TBBs don't work on Mac OS X 10.7.4 and 10.8.1

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Wed Aug 29 21:28:15 UTC 2012


#6726: Obfsproxy TBBs don't work on Mac OS X 10.7.4 and 10.8.1
--------------------------------------+-------------------------------------
 Reporter:  karsten                   |          Owner:  erinn          
     Type:  defect                    |         Status:  new            
 Priority:  major                     |      Milestone:                 
Component:  Tor bundles/installation  |        Version:  Vidalia: 0.2.20
 Keywords:                            |         Parent:                 
   Points:                            |   Actualpoints:                 
--------------------------------------+-------------------------------------

Comment(by asn):

 I saw Sebastian suggesting the following patch in IRC:

 {{{
 -       cd $(OBFSPROXY_DIR) && libevent_CFLAGS=-I$(BUILT_DIR)/include
 libevent_LIBS="-L$(BUILT_DIR)/lib -levent"
 libcrypto_CFLAGS=-I$(BUILT_DIR)/include/openssl
 libcrypto_LIBS="-L$(BUILT_DIR)/lib -lssl -lcrypto" ./configure
 +       cd $(OBFSPROXY_DIR) && libevent_CFLAGS=-I$(BUILT_DIR)/include
 libevent_LIBS="$(BUILT_DIR)/lib/libevent.a"
 libcrypto_CFLAGS=-I$(BUILT_DIR)/include/openssl
 libcrypto_LIBS="$(BUILT_DIR)/lib/libz.a $(BUILT_DIR)/lib/libss
 }}}

 Did it work?

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


More information about the tor-bugs mailing list