moxie0 / tortunnel

A partial Onion Proxy implementation that's designed to build single-hop circuits through Tor exit nodes
http://www.thoughtcrime.org/software/tortunnel/
GNU General Public License v3.0
140 stars 39 forks source link

error running torscanner #7

Open cclements opened 11 years ago

cclements commented 11 years ago

After making the following changes to the makefile:

torproxy_LDFLAGS = -lboost_thread-mt -pthread torproxy_LDADD = -lssl -lboost_system-mt -lcrypto torscanner_LDFLAGS = -lboost_thread-mt -pthread torscanner_LDADD = -lssl -lboost_system-mt -lcrypto

And changing the protocol/Directory.h file to match fb112b8c9ddb766e4d850ecb710e90aa527ce430

I am able to compile and install tortunnel without error, however, I receive the following error when attempting to run torscanner:

./torscanner -h terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid fish: Job 1, “./torscanner -h” terminated by signal SIGABRT (Abort)

Any ideas?