From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 20 17:58:04 2007 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 038A316A401 for ; Tue, 20 Mar 2007 17:58:04 +0000 (UTC) (envelope-from zombyfork@gmail.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 B2B5713C4BF for ; Tue, 20 Mar 2007 17:58:03 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: by wr-out-0506.google.com with SMTP id 36so2041378wra for ; Tue, 20 Mar 2007 10:58:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=rSduxkqG8Pp3iYd98Vw5N7oo9zJBxQ7Jvis+sYasn3BCE01bnw7SqoCMgS5zP/eIUkz4kIx1T51Xfk9bGp3a6Cens1tDV5fZrzeGUeCcBVpDEhrdHYLHN35MyOc1ix22z38S4dY4fAwzYPObcDEBtct2N1hEyNex7djlnlt7bx0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=BD9bXul50Wcafxs2IY+1UYqcYciLtxwfbHaeBNFsDEvg9GIqs7u12mY0eoyUMGK8P4AdFrYXjSLOjfbbiNmp2bwKyfNbVAw2apVg3EhBAVNxAsT/jRPpbSN2Zb7DK5PR/riG69pEp306OZP2t4kGV/x/4aEmD3v/26YGFHPigeA= Received: by 10.100.124.5 with SMTP id w5mr5372509anc.1174413482965; Tue, 20 Mar 2007 10:58:02 -0700 (PDT) Received: by 10.115.15.4 with HTTP; Tue, 20 Mar 2007 10:58:02 -0700 (PDT) Message-ID: <346a80220703201058y17a93b9eg5801bc6bfc5e3b9@mail.gmail.com> Date: Tue, 20 Mar 2007 11:58:02 -0600 From: "Coleman Kane" To: "Andriy Gapon" In-Reply-To: <45FFAED6.6060802@icyb.net.ua> MIME-Version: 1.0 References: <45FFAED6.6060802@icyb.net.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@freebsd.org Subject: Re: ldd for i386 libs X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 17:58:04 -0000 On 3/20/07, Andriy Gapon wrote: > > > I think it would useful to have ldd on amd64 understand i386 shared > libraries and 32-bit compat library hints / paths: > > $ file /usr/lib32/libstdc++.so.5 > /usr/lib32/libstdc++.so.5: ELF 32-bit LSB shared object, Intel 80386, > version 1 (FreeBSD), stripped > $ ldd /usr/lib32/libstdc++.so.5 > ldd: /usr/lib32/libstdc++.so.5: not a dynamic executable > > -- > Andriy Gapon Or at least allow it to exec ldd32 on the offending library silently for us!