Skip to content

Instantly share code, notes, and snippets.

@umrashrf
Last active November 18, 2015 16:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umrashrf/ca08426bcf2770865d5f to your computer and use it in GitHub Desktop.
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.
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
@pet3r
Copy link

pet3r commented Nov 18, 2015

This worked on openSUSE Leap 42.1 also.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment