> proxychains skype
> ProxyChains-3.1 (http://proxychains.sf.net)
> ERROR: ld.so: object 'libproxychains.so.3' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
I am using proxychains on Ubuntu 15.10 an have googled this issue many times and cannot find it. The problem is that skype is a 32bit application and proxychains is installed as a 64bit, so it isn't able to work with skype. I have googled this issue and found no legitimate solutions.
EDIT: not only does it not work for skype, but there are other applications as well that I have that are 32bit that it doesn't work with.
I also tried googling how to run a 32bit program on Ubuntu 15.10. To be clear, I do not just need to run it, it has to be ran as a 32bit and the libraries need to be downloaded as 32bit. Since i am on 64bit and proxychains is 64bit it already runs, just not with skype. Does anyone know I can fix this and get it working without the LD_PRELOAD error?
proxychains
. This cannot be done typically through the package manager, if you still want to retain the 64-bit version. You'll need to find a way to install both at the same time (including architecture-specific dependencies) and then set up things, so you can use something likeproxychain32 skype
. – David Foerster Nov 26 '15 at 12:20