Help > Software

[solved] proxychains

(1/1)

ghostbunny:
Hi guys,

i've updated to the repoversion of proxychain. Before this i used the rpm which our friend Leiche compiled for me. It worked very well.
But now with the repoversion i got the message


--- Code: ---ProxyChains-3.1 (http://proxychains.sf.net)
ERROR: ld.so: object 'libproxychains.so' from LD_PRELOAD cannot be preloaded: ignored.

--- End code ---

Does someone have an idea how i can fix it, or should i post in the broken package section?

greets
ghostbunny

ghostbunny:
again :D

i found the mistake.

there is a mistake in /usr/bin/proxychains

there is the line:


--- Code: ---export LD_PRELOAD=libproxychains.so

--- End code ---

but this have to be:

--- Code: ---export LD_PRELOAD=libproxychains.so.3

--- End code ---

because an libproxychains.so does not exist.

hope the packagers could fix the package.

greets
ghostbunny

Texstar:

--- Quote from: ghostbunny on April 11, 2011, 04:11:10 AM ---Hi guys,

i've updated to the repoversion of proxychain. Before this i used the rpm which our friend Leiche compiled for me. It worked very well.
But now with the repoversion i got the message


--- Code: ---ProxyChains-3.1 (http://proxychains.sf.net)
ERROR: ld.so: object 'libproxychains.so' from LD_PRELOAD cannot be preloaded: ignored.

--- End code ---

Does someone have an idea how i can fix it, or should i post in the broken package section?

greets
ghostbunny

--- End quote ---


I'll need to patch this program to link to the proper library. libproxychains.so should not be part of the main package as it is supposed to be in a devel rpm.

Navigation

[0] Message Index

Go to full version