-
-
Save arlolra/2e8156f63126cb98ac57 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ (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