Last active
November 18, 2015 16:41
-
-
Save umrashrf/ca08426bcf2770865d5f to your computer and use it in GitHub Desktop.
ERROR: ld.so: object '/usr/lib/libtsocks.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
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
If you get this error on Ubuntu 14.04.1 LTS then you need to copy /lib/libtsocks.so | |
$ sudo cp /lib/libtsocks.so /usr/lib/libtsocks.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This worked on openSUSE Leap 42.1 also.
Thank you!