ProxyChains error
Hey mate, I abide by on kali 1.09, people look to accept problems amongst proxychains iii that ships past times default, something is buggy.
proxychains iceweasel (gives errors, may break you)
ERROR: ld.so: object ‘libproxychains.so.3′ from LD_PRELOAD cannot survive preloaded: ignored.
Fixing ProxyChains error
Step 1: Remove one-time proxychains
Removed the default proxychains version
apt-get take proxychains
(or)
sudo apt-get take proxychains
Download/Git Clone Proxychains v4
Download or purpose clone ProxyChains v4 git using the next command:
git clone https://github.com/rofl0r/proxychains-ng
Now either uncompress (if you’ve downaloaded) or alter directory to proxychains-ng folder.
cd proxychains-ng
Configure, Compile in addition to install ProxyChains v4
Use the next commands to configure, compile in addition to install ProxyChains v4. Note that ‘sudo’ is used which would likewise operate if you’re origin user.
./configure –prefix=/usr –sysconfdir=/etc
sudo make
sudo brand install
Next, purpose install-config which would install a configuration file (i.e. proxychains.conf)
sudo brand install-config
Run in addition to confirm
Now run ProxyChains v4 using the next ascendency (we are using IcelWeasel via ProxyChains v4)
proxychains4 iceweasel
Now you lot should non accept ERROR: ld.so: object ‘libproxychains.so.3’ from LD_PRELOAD cannot survive preloaded: ignored anymore in addition to would survive to a greater extent than secured online.
