Skip to content

Instantly share code, notes, and snippets.

@arlolra
Created November 19, 2015 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arlolra/2e8156f63126cb98ac57 to your computer and use it in GitHub Desktop.
Save arlolra/2e8156f63126cb98ac57 to your computer and use it in GitHub Desktop.
λ (master) /usr/bin/python2.6 /Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fteproxy.bin
Traceback (most recent call last):
File "/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fteproxy.bin", line 14, in <module>
import fteproxy.cli
File "/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fteproxy/__init__.py", line 13, in <module>
import fteproxy.record_layer
File "/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fteproxy/record_layer.py", line 6, in <module>
import fte.encoder
File "/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fte/encoder.py", line 11, in <module>
import fte.dfa
File "/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fte/dfa.py", line 6, in <module>
import fte.cDFA
ImportError: dlopen(/Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fte/cDFA.so, 2): Library not loaded: /home/ubuntu/install/gmp/lib/libgmp.10.dylib
Referenced from: /Applications/TorBrowser.app/TorBrowser/Tor/PluggableTransports/fte/cDFA.so
Reason: image not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment