Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255960 - net-proxy/tsocks is looking for libtsocks in the wrong place
Summary: net-proxy/tsocks is looking for libtsocks in the wrong place
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 08:34 UTC by Yuval Hager
Modified: 2009-02-18 00:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fixed ebuild (tsocks-1.8_beta5-r4.ebuild,1.77 KB, text/plain)
2009-01-22 08:36 UTC, Yuval Hager
Details
Fixed patch file (tsocks-1.8_beta5-gentoo-r2.patch,5.74 KB, text/plain)
2009-01-22 08:37 UTC, Yuval Hager
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuval Hager 2009-01-22 08:34:21 UTC
when running 'tsocks off', the library is not removed from $LD_PRELOAD, thus tsocks continues to be "on"

See the following scenario:



Reproducible: Always

Steps to Reproduce:
$ echo $LD_PRELOAD

$ . /usr/bin/tsocks on
$ echo $LD_PRELOAD
/lib/libtsocks.so
$ . /usr/bin/tsocks off
$ echo $LD_PRELOAD
/lib/libtsocks.so

Actual Results:  
$LD_PRELOAD continues to contain libstocks.so

Expected Results:  
$LD_PRELOAD should be empty
Comment 1 Yuval Hager 2009-01-22 08:36:34 UTC
Created attachment 179311 [details]
fixed ebuild
Comment 2 Yuval Hager 2009-01-22 08:37:21 UTC
Created attachment 179312 [details]
Fixed patch file
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2009-02-18 00:02:17 UTC
Fixed in cvs, thanks!