Comment 2 for bug 1513727

Revision history for this message
weakish (weakish) wrote :

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
```