LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How can I solve Proxychains error "LD_PRELOAD cannot be preloaded" ? (https://www.linuxquestions.org/questions/debian-26/how-can-i-solve-proxychains-error-ld_preload-cannot-be-preloaded-4175551071/)

hack3rcon 08-18-2015 02:38 PM

How can I solve Proxychains error "LD_PRELOAD cannot be preloaded" ?
 
Hello.
I use Debian Jessie x64.
I installed proxychains v4 but I get "ERROR: ld.so: object '/usr/lib/libproxychains.so.3' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored." error, How can I solve it?
I used below link too but I have problem :( :

http://www.blackmoreops.com/2014/12/...oaded-ignored/

Thank you.

unSpawn 08-19-2015 04:10 PM

Quote:

Originally Posted by hack3rcon (Post 5407552)
How can I solve it?

Does the file exist?
Is it the right architecture?
What have you actually tried yourself?

hack3rcon 08-20-2015 02:11 AM

$ ls libproxy*
libproxychains.so

File exist and I installed it via "Synaptic" in debian.
I created a link from this file but problem not solved :(

unSpawn 08-20-2015 04:23 PM

A plain 'ls' doesn't say much so either learn to use 'stat /path/to/file*' or a long listing 'ls'. Did you recompile the application as suggested?

hack3rcon 08-21-2015 12:14 AM

Problem solved with create another link.
I created a link with the name "libproxychains.so.3" and problem solved :)

farab 04-21-2020 06:19 AM

In my case,

Code:

    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:

Code:

    sudo gedit /usr/bin/proxychains
if on 32bit Ubuntu and derivatives, replace `x86_64-linux-gnu` with `i386-linux-gnu`


All times are GMT -5. The time now is 11:25 PM.