From owner-freebsd-questions Thu Jul 13 8:43:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 6BABF37C4A5 for ; Thu, 13 Jul 2000 08:43:09 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e6DFfpn16139; Thu, 13 Jul 2000 08:41:51 -0700 (PDT) Message-Id: <200007131541.e6DFfpn16139@ptavv.es.net> To: j mckitrick Cc: questions@FreeBSD.ORG Subject: Re: library question In-reply-to: Your message of "Thu, 13 Jul 2000 16:33:56 BST." <20000713163356.A13542@dogma.freebsd-uk.eu.org> Date: Thu, 13 Jul 2000 08:41:51 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Thu, 13 Jul 2000 16:33:56 +0100 > From: j mckitrick > Sender: owner-freebsd-questions@FreeBSD.ORG > > > what is the .so.3, .so.6, etc for at the end of library names? The 'so' indicates that the library is a sharable, loadable library (as opposed to '.a' for static libs which are loaded into the executable when it is linked). The number(s) indicate version. Since dynamic library linkages must be constant as they need to be available every time the image is run, it is normal to keep the old ones around for images linked to them. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message