Date: Wed, 24 Apr 1996 23:43:47 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: ambrisko@tcsi.com (Douglas Ambrisko) Cc: pst@shockwave.com, ambrisko@tcsi.com, jdp@polstra.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org, rgrimes@freebsd.org Subject: Re: cvs commit: ports/net/socks5 - Imported sources Message-ID: <199604242143.XAA28780@uriah.heep.sax.de> In-Reply-To: <199604241942.MAA28231@cozumel.tcs.com> from "Douglas Ambrisko" at Apr 24, 96 12:42:47 pm
next in thread | previous in thread | raw e-mail | index | archive | help
As Douglas Ambrisko wrote: > | What's up with libcompat? > > The issue is that currently libcompat gets linked in with libsocks5_sh.so. > This means that libcompat gets pulled in whenever LD_PRELOAD is used with > libsocks5_sh.so. Hmm, i'm not sure if i understand you correctly here. Are you saying you've got a libcompat.so linked? This must be a very obsolete version, libcompat is supposed to only exist as libcompat.a now. Despite of this, it should always be possible to avoid libcompat with only minimal effort. All of the functions in libcompat are supposed to be obsolete -- that's why they are there (and do no longer bloat libc as you will find in many commercial systems). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604242143.XAA28780>