From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 28 06:51:37 2005 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 DE0B216A41F for ; Fri, 28 Oct 2005 06:51:37 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A9443D48 for ; Fri, 28 Oct 2005 06:51:36 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5C8DF.dip.t-dialin.net [84.165.200.223]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j9S6Vbnv061559; Fri, 28 Oct 2005 08:31:38 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j9S6pUeP081378; Fri, 28 Oct 2005 08:51:31 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Fri, 28 Oct 2005 08:51:30 +0200 Message-ID: <20051028085130.4wa89yr8ooowkck8@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 28 Oct 2005 08:51:30 +0200 From: Alexander Leidinger To: Ulrich Spoerlein References: <20051026123347.GA1054@galgenberg.net> <20051026150705.qzo2u74dgggcosss@netchild.homeip.net> <20051026133312.GB1054@galgenberg.net> <20051027100016.qpwre4w60woo088c@netchild.homeip.net> <20051027083827.GA1070@galgenberg.net> <20051027165956.yplku4x8gw804osc@netchild.homeip.net> <20051027151458.GC1070@galgenberg.net> In-Reply-To: <20051027151458.GC1070@galgenberg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: emulation@freebsd.org Subject: Re: Porting linux-wine 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: Fri, 28 Oct 2005 06:51:38 -0000 Ulrich Spoerlein wrote: > Don't know what to make of this: > % sudo chroot /compat/linux /bin/bash > bash-2.05b# ldd /bin/bash > /usr/bin/ldd: line 1: /lib/ld-linux.so.2: cannot execute binary file > /usr/bin/ldd: line 1: /lib/ld-linux.so.2: cannot execute binary file > ldd: /lib/ld-linux.so.2 exited with unknown exit code (126) > bash-2.05b# ldd /usr/bin/wine > /usr/bin/ldd: line 1: /lib/ld-linux.so.2: cannot execute binary file > /usr/bin/ldd: line 1: /lib/ld-linux.so.2: cannot execute binary file > ldd: /lib/ld-linux.so.2 exited with unknown exit code (126) Please try: find /compat/linux/ -type f -print0 | xargs -0 file \ | grep ELF | cut -d : -f 1 | xargs brandelf -t Linux Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Peter's Law of Substitution: Look after the molehills, and the mountains will look after themselves.