(Repost from other thread, just in case.)
I had the same problem and solved it.
The problem was that "libproxychains.so" didn't exist but a library called
"libproxychains.so.3" did.
The solution is to add a link called "libproxychains.so" to the existing library in your standard library directory (e.g. /usr/lib or /usr/lib64). Then run...
I had the same problem and solved it.
The problem was that "libproxychains.so" didn't exist but a library called
"libproxychains.so.3" did.
The solution is to add a link called "libproxychains.so" to the existing library in your standard library directory (e.g. /usr/lib or /usr/lib64). Then run "ldconfig" to make it known to the linker.
To...