From owner-freebsd-questions@FreeBSD.ORG Tue Sep 3 19:16:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 86B51B8F for ; Tue, 3 Sep 2013 19:16:41 +0000 (UTC) (envelope-from k.oikonomou@att.net) Received: from nm4-vm3.access.bullet.mail.bf1.yahoo.com (nm4-vm3.access.bullet.mail.bf1.yahoo.com [216.109.114.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25D2420E8 for ; Tue, 3 Sep 2013 19:16:40 +0000 (UTC) Received: from [66.196.81.164] by nm4.access.bullet.mail.bf1.yahoo.com with NNFMP; 03 Sep 2013 19:14:49 -0000 Received: from [98.139.221.55] by tm10.access.bullet.mail.bf1.yahoo.com with NNFMP; 03 Sep 2013 19:14:49 -0000 Received: from [127.0.0.1] by smtp108.sbc.mail.bf1.yahoo.com with NNFMP; 03 Sep 2013 19:14:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1378235689; bh=J13Yt9wTh0aqbVvneiUIIXhfPgRMVY3AQ99KZnkR9XQ=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=unSRh5AxYD1HMGR3bDim50n+MISddQOT9iuT9WKaU0xXs1tzHdWTBoycQfx26OqdOjDrOIFA/IMfzL7jFcGAXTWg+vhLlUbQSlyhQ45IWRGy8oCBRWKBjK1rot03KCfzCFgQDLNEDkmawR6Uy27lgpeMUswfNZCzKYBS28cdEp4= X-Yahoo-Newman-Id: 331655.40301.bm@smtp108.sbc.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: uAjDAyUVM1mjsd9d35oXK.L5roLObuRmJIyK8LFEDHr.dHg 7FM.5UEcUFULfmmCKbtUEl1OvBvxgidLoVTuE4LcETTp2sylSl.zJEow8Dht aXMt6aofajudszUq3dZeB2ex.rG9mPGogkn7bSkX.NBOGQRKzRGatNDQqnt2 ASPoxQhgI7q12cq0VMZqnFX7kg.SR9jcAMr02lsIS0nv6bHbcliSiaqb_nMB 1Y68tSniXuEAArBDF_mi_AGy2u16s4ijw6nEA.1ZgbMJARZEZ2w6xvjNmlnc 5gdUOE.z4YyTaaP0m8c8ideVB4uPVn.2FsUon4ocT4aiQLImTJ4OwzYl2yce c6h7E12Fb0ZVmPjCQJzoGoG4phf2ulbMyD3pr7JyJBU.w.NcOua2p_LjmQ.H sUDwnV2Y6nIIZH.qwKz_Xbstlkj55VkDNfIYhLVvZ3K0Wu016CqDyZ8_d1.6 VStCkWISTxmmaKz0kec6v2orYbFKsXktX6nlmOfcNVUhmucoOJM3MfbahV3m U48oPhfDtaZfzo3Kb43GJOiS94obv1bmUx1gFzOIQ2EFsOTjmL15BJR8dj3o bE1.OWz2Bn6XK.0oUDPpF_6fgzC8KN7WmFkpPTUbHpptf0wz9OA-- X-Yahoo-SMTP: dQDeuIqswBBZlqxPL_idatjeqZFsZlQC4MQ5I3DYpsI- X-Rocket-Received: from [135.207.130.101] (k.oikonomou@135.207.130.101 with plain) by smtp108.sbc.mail.bf1.yahoo.com with SMTP; 03 Sep 2013 12:14:49 -0700 PDT Message-ID: <52263528.2060804@att.net> Date: Tue, 03 Sep 2013 15:14:48 -0400 From: Kostas Oikonomou User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: /compat/linux/usr/bin/ldd always reports "not a dynamic executable" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 19:16:41 -0000 I am on FreeBSD 9.1, and I'm trying to use /compat/linux/usr/bin/ldd to tell me what libraries are needed by libpython2.7.so, a library obtained from a linux system. But all I get is "not a dynamic executable". In fact, the same thing happens if I run this ldd on a library in /compat/linux/lib: [ko@wiley /compat/linux/lib]$ /compat/linux/usr/bin/ldd -v libc-2.9.so not a dynamic executable [ko@wiley /compat/linux/lib]$ What is going on? Thanks for any help. Kostas