Comment 3 for bug 1513727

Revision history for this message
Farab (farabf33) wrote :

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 derivatives, replace `x86_64-linux-gnu` with `i386-linux-gnu`