On Sun, 8 Nov 2009, Patrick Cernko wrote: > A possible workaround might be to provide both the 64bit and 32bit > version of the library. However I did not manage to do that. Instead I > now use a tsocks32 script to only set the 32bit library in LD_PRELOAD.
If you have tsocks set LD_PRELOAD=libtsocks.so instead of LD_PRELOAD=/usr/lib/libtsocks.so, then the dynamic linker will look in the appropriate path for both architectures (/usr/lib or /usr/lib32). Then it’s just a matter of providing both libraries. Anders -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

