From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 00:31:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D2F16A4CE for ; Thu, 16 Sep 2004 00:31:34 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id C855043D2D for ; Thu, 16 Sep 2004 00:31:33 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004091609:31:24:718494.29654.2782919600 for ; Thu, 16 Sep 2004 09:31:24 +0900 (KST) Message-ID: <4148DEE4.3080700@yahoo.com> Date: Thu, 16 Sep 2004 09:31:32 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040901 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-4.20) (SRN:SPAMROBOT) ----------------- Subject: brandelf and linux (realplay) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 00:31:34 -0000 Hi, I have realplay installed via the ports. The executable 'realplayer' is installed in /usr/local/bin/realplay. When I verify the brandelf status of it, I get: $ brandelf /usr/local/bin/realplay File '/usr/local/bin/realplay' is of brand 'SVR4' (0). (This is on both, 4.X-Stable and 5.X-(Almost)Stable). This raises two questions by me: 1. Why does an obvious linux port not brandelf its executables as Linux during its build? 2. If brandelf indicates a different type than it actually is (SVR4 instead of Linux), then what the hack is this brandelf for? Thanks, Rob.