ProxyChains NG找不到libProxyChains 4.so

ProxyChains NG找不到libProxyChains 4.so,proxy,http-proxy,socks,Proxy,Http Proxy,Socks,我在Ubuntu14.04上安装了ProxyChains NG,配置、编译、安装,我按照安装说明做了,结果遇到了麻烦 当我键入proxychains4 ping google.com [proxychains] config file found: /usr/local/etc/proxychains.conf couldnt locate libproxychains4.so 我发现有两个名为libproxychains4的文件。因此,目录是: /usr/local/lib/libproxy

我在Ubuntu14.04上安装了
ProxyChains NG
,配置、编译、安装,我按照安装说明做了,结果遇到了麻烦

当我键入
proxychains4 ping google.com

[proxychains] config file found: /usr/local/etc/proxychains.conf
couldnt locate libproxychains4.so
我发现有两个名为libproxychains4的文件。因此,目录是:

/usr/local/lib/libproxychains4.so
/home/teruun/tools/proxychains-ng/libproxychains4.so

我该怎么做才能让它工作?我在谷歌上搜索,但没有找到有用的东西。

我在使用ProxyChain4时也遇到了同样的问题

我想和你喜欢我一样。 自定义前缀路径

重新配置路径并使用默认值

./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
sudo make install-config #(generate proxychains4 conf file if none,/etc/proxychains.conf)
这是我的原木师

[ProxyList]
socks5  127.0.0.1 1080
终端打印:

jeiao@ins:~$ proxychains4 ping www.google.com
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/libproxychains4.so

我在使用ProxyChain4时遇到了同样的问题

我想和你喜欢我一样。 自定义前缀路径

重新配置路径并使用默认值

./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
sudo make install-config #(generate proxychains4 conf file if none,/etc/proxychains.conf)
这是我的原木师

[ProxyList]
socks5  127.0.0.1 1080
终端打印:

jeiao@ins:~$ proxychains4 ping www.google.com
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/libproxychains4.so