[Bug 1513727] Re: 'libproxychains.so.3' from LD_PRELOAD cannot be preloaded

2020-04-21 Thread Farab
In my case, export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libproxychains.so.3 did not work. I also added this line to my `.bashrc` and refreshed it by `source ~/.bashrc` **Solution:** You need to add/edit it to `proxychains` by: sudo gedit /usr/bin/proxychains if on 32bit Ubuntu and deri

[Bug 1513727] Re: 'libproxychains.so.3' from LD_PRELOAD cannot be preloaded

2016-07-29 Thread Jakukyo Friel
Same issue on ProxyChains-3.1 (Ubuntu 14.04). In `/usr/bin/proxychains`: ``` export LD_PRELOAD=libproxychains.so.3 ``` The path is wrong. For example, on a amd64 machine, this line should be: ``` export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libproxychains.so.3 ``` -- You received this bug not

[Bug 1513727] Re: 'libproxychains.so.3' from LD_PRELOAD cannot be preloaded

2016-07-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: proxychains (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1513727 Title:

[Bug 1513727] Re: 'libproxychains.so.3' from LD_PRELOAD cannot be preloaded

2015-11-05 Thread Steve Zhang
** Description changed: It always notics this message "'libproxychains.so.3' from LD_PRELOAD cannot be preloaded". I installed proxychains from Software Center on Ubuntu 15.10. The proxychains version is 3.1-6. ```log proxychains ping www.google.com ProxyChains-3.1 (http://proxycha