From owner-freebsd-questions@FreeBSD.ORG Wed Nov 21 04:24:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8539116A418 for ; Wed, 21 Nov 2007 04:24:52 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id 6DEB213C448 for ; Wed, 21 Nov 2007 04:24:52 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 7229 invoked from network); 21 Nov 2007 04:24:51 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 21 Nov 2007 04:24:51 -0000 Message-ID: <4743B2DA.6020304@chuckr.org> Date: Tue, 20 Nov 2007 23:23:54 -0500 From: Chuck Robey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.9) Gecko/20071107 SeaMonkey/1.1.6 MIME-Version: 1.0 To: FreeBSD Questions Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Using brandelf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2007 04:24:52 -0000 Can you use brandelf to read the elf type of a binary? The man page shows a usage that might possibly do this, but doesn't bother to say what that usage does. To be honest, I need to do some work with the linux stuff, and the usage of /compat/linux and /usr/compat/linux, well, I don't understand, and I haven't seen a good enough explanation yet. Stuff like the ld.so.conf file to configure linux's ldconfig, it assumes the /compat/linux prefix. Do all the binaries do that? I mean, the browser files, they use a sh scri[t to kick them off, do they use that prefix, or assume stuff? I need to know this so I can keep going forward on getting flash to work.