From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 8 17:37:22 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D5B016A4DE for ; Fri, 8 Sep 2006 17:37:22 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7527543D60 for ; Fri, 8 Sep 2006 17:37:14 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by wr-out-0506.google.com with SMTP id 68so218969wri for ; Fri, 08 Sep 2006 10:37:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tCGEd64eJfpS4iafPj9pMYqcshEFF++SdKgyvorVbpaJCFmDCWAssgsQzhDmPWMLqyZOADED2yivKNyR5EW2fS8gmhGvtZ2pcXCvo7mjTjjK4AZzx8GxI7JKrAWjtiGwGiHYxRNpxzwrV8QCOr5aWe9yJry7Hiv0ABaOnuwop/0= Received: by 10.90.65.11 with SMTP id n11mr965653aga; Fri, 08 Sep 2006 10:37:13 -0700 (PDT) Received: by 10.90.113.5 with HTTP; Fri, 8 Sep 2006 10:37:13 -0700 (PDT) Message-ID: <8e96a0b90609081037v6325309ge48528a617c44efa@mail.gmail.com> Date: Fri, 8 Sep 2006 18:37:13 +0100 From: "mal content" To: "Kris Kennaway" In-Reply-To: <20060908172817.GA27387@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060906192028.GA21278@xor.obsecurity.org> <8e96a0b90609080916q1f4d8394w2cdbf18999ad286a@mail.gmail.com> <20060908172817.GA27387@xor.obsecurity.org> Cc: freebsd-hackers@freebsd.org Subject: Re: ldconfig "skipping" libraries (6.1-R) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 17:37:22 -0000 On 08/09/06, Kris Kennaway wrote: > On Fri, Sep 08, 2006 at 05:16:43PM +0100, mal content wrote: > > > Some ports do seem to use this format: > > > > $ ls /usr/local/lib | egrep '^lib.*\.so\..*\.' > > libopenal.so.0.0.8 > > libportaudio.so.0.0.18 > > $ ls /usr/X11R6/lib | egrep '^lib.*\.so\..*\.' > > libqt-mt.so.3.3 > > libqt-mt.so.3.3.5 > > libqui.so.1.0 > > libqui.so.1.0.0 > > Are they symlinks, or actual libraries? I bet the former. In this particular case: libqt-mt.so.3.3 -> libqt-mt.so.3.3.5 libqui.so.1.0 -> libqui.so.1.0.0 Both libqt-mt.so.3.3.5 and libqui.so.1.0.0 are real libraries, as are libopenal.so.0.0.8 and libportaudio.so.0.0.18. > > > Are you sure this format isn't legal? > > Quite :) If any ports are installing it, that's a bug too. > Should I send a PR? cheers, MC