From owner-freebsd-emulation@FreeBSD.ORG Sun Sep 10 18:21:00 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE69D16A403 for ; Sun, 10 Sep 2006 18:21:00 +0000 (UTC) (envelope-from saper@SYSTEM.PL) Received: from mail01.ish.de (pip252.ish.de [80.69.98.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05E843DA6 for ; Sun, 10 Sep 2006 18:15:11 +0000 (GMT) (envelope-from saper@SYSTEM.PL) Received: from [81.210.201.87] (account saper@iesy.net HELO saperski.saper.info) by mail-fe-01.mail01.ish.de (CommuniGate Pro SMTP 5.0.6) with ESMTPSA id 75468517; Sun, 10 Sep 2006 20:15:09 +0200 Received: from [127.0.0.1] (saperski.saper.info [127.0.0.1]) by saperski.saper.info (8.13.8/8.13.8) with ESMTP id k8AIEp6K002645 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 10 Sep 2006 20:14:54 +0200 (CEST) (envelope-from saper@SYSTEM.PL) Message-ID: <45045617.9010508@SYSTEM.PL> Date: Sun, 10 Sep 2006 20:14:47 +0200 From: Marcin Cieslak User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060721 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Alexander Leidinger References: <45041321.6030003@SYSTEM.PL> <20060910181928.342eefaf@Magellan.Leidinger.net> In-Reply-To: <20060910181928.342eefaf@Magellan.Leidinger.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: emulation@freebsd.org Subject: Re: /lib/ld-linux.so.2: cannot execute binary file: fix propsal X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 18:21:01 -0000 Alexander Leidinger wrote: >> >> In general, I guess ELF shared libraries should be Linux branded as well? > > No, this will not work. You can't start apps which are linked to shared > libs anymore after this. The linux linker expects the to be branded > differently than what you propose here (been there done that months or > years ago). This probably leads to commit/revert wars like http://42.pl/u/lAF :) I have branded /compat/linux/lib/ld-2.3.6.so and it seems to work for me(tm). It would be anyway interesting to know more about branding and its quirks. -- << Marcin Cieslak // saper@system.pl >>