From owner-freebsd-emulation Wed Feb 17 6:26:54 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id E151910E8A for ; Wed, 17 Feb 1999 06:26:49 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from salomon.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id PAA17765 for ; Wed, 17 Feb 1999 15:26:44 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [146.180.31.23]) by salomon.siemens.de (8.9.3/8.9.3) with ESMTP id PAA03145 for ; Wed, 17 Feb 1999 15:26:47 +0100 (MET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id PAA27860 for ; Wed, 17 Feb 1999 15:26:47 +0100 (CET) Date: Wed, 17 Feb 1999 15:26:45 +0100 From: Andre Albsmeier To: Marcel Moolenaar Cc: Andre Albsmeier , emulation@FreeBSD.ORG Subject: Re: linux ELF emulation is kinda broken (fwd) Message-ID: <19990217152645.A1080@internal> References: <36CA8D2B.96DD7B32@scc.nl> <19990217110629.B1780@internal> <36CA9E12.B10B2F15@scc.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <36CA9E12.B10B2F15@scc.nl>; from Marcel Moolenaar on Wed, Feb 17, 1999 at 11:46:42AM +0100 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 17-Feb-1999 at 11:46:42 +0100, Marcel Moolenaar wrote: > Andre Albsmeier wrote: > > > > On Wed, 17-Feb-1999 at 10:34:35 +0100, Marcel Moolenaar wrote: > > > Julian Elischer wrote: > > > > > > > > Does anyone on this list know what is going wrong.. > > > > this is 3 people with this problem now (including me) > > > > > > > > > > sivka# ./lmgrd > > > > > > ELF interpreter /compat/linux/lib/ld-linux.so.1 not found > > > > > > Abort trap > > > > > > Do you have libc5 compatibility installed? > > > If I'm not mistaken, this means that you should have a > > > "/compat/linux/usr/i486-linux-libc5" directory. > > > > I haven't. I have got only the stuff from linux_lib-2.6. > > If you tell me how to install i486-linux-libc5, I will > > give it a try... > > You'll need libc-5.3.12-27.i386.rpm. You can download it from any Red Hat > mirror (go to developer information on www.redhat.com). To install the > package, build and install the rpm port (/usr/ports/misc/rpm). Use to > following commands: > > mkdir -p /compat/linux/var/local/lib/rpm > rpm --root /compat/linux --initdb > rpm -i --ignoreos --root /compat/linux --nodeps --noscripts > libc-5.3.12-27.i386.rpm > > If that doesn't solve your problems, try installing ld.so-1.9.5-8.i386.rpm. > This last package contains ld-linux.so.1. Tried libc-5.3.12-27.i386.rpm first and than ld.so-1.9.5-8.i386.rpm as well. Unfortunately, nothing has changed. I had later 113 libs reported by ldconfig; before there had been 91 only... Thanks anyway, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message