I installed ProxyChains-NG
on an Ubuntu 14.04, configure, compile, install, I did just what the installation instruction said and I got a trouble.
when I typed proxychains4 ping google.com
[proxychains] config file found: /usr/local/etc/proxychains.conf
couldnt locate libproxychains4.so
and I found there are two files named libproxychains4.so, the directories are:
/usr/local/lib/libproxychains4.so
/home/teruun/tools/proxychains-ng/libproxychains4.so
What should I do to make it work? I searched on Google but couldn't find something useful.
i got same question when i use proxychains4.
i think the same way that you did like me. to customize prefix path.
reconfigure the path and use default.
./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
sudo make install-config #(generate proxychains4 conf file if none,/etc/proxychains.conf)
there is my proxylist
[ProxyList]
socks5 127.0.0.1 1080
terminal print:
jeiao@ins:~$ proxychains4 ping www.google.com
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/libproxychains4.so