From owner-freebsd-stable@FreeBSD.ORG Wed Mar 5 01:22:21 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8787C1065671 for ; Wed, 5 Mar 2008 01:22:21 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 739878FC14 for ; Wed, 5 Mar 2008 01:22:21 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id 699961CC033; Tue, 4 Mar 2008 17:22:21 -0800 (PST) Date: Tue, 4 Mar 2008 17:22:21 -0800 From: Jeremy Chadwick To: Peter Jeremy Message-ID: <20080305012221.GA8032@eos.sc1.parodius.com> References: <3aaaa3a0803040405l74135ea9va2ebfbe6ee0b5fc1@mail.gmail.com> <20080304131802.GA89947@eos.sc1.parodius.com> <20080304182315.GF90593@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080304182315.GF90593@server.vk2pj.dyndns.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Chris , FreeBSD Stable Subject: Re: linked ssl libraries to binary X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2008 01:22:21 -0000 On Wed, Mar 05, 2008 at 05:23:15AM +1100, Peter Jeremy wrote: > On Tue, Mar 04, 2008 at 05:18:02AM -0800, Jeremy Chadwick wrote: > >On Tue, Mar 04, 2008 at 12:05:22PM +0000, Chris wrote: > >This doesn't come as much of a surprise. The binary actually references > >libraries by names such as libXXX.so, not libXXX.so.NUMBER. > > This is incorrect. The binaries directly reference libXXX.so.NUMBER > as reported using the first column of ldd output. I stand corrected; one can even confirm it by using strings on the binary: $ strings /usr/local/bin/webalizer | grep 'lib.*\.so' /libexec/ld-elf.so.1 libgd.so.4 libpng.so.5 libz.so.3 libm.so.4 libc.so.6 Thanks for correcting me! Learn something new all the time... -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |