Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 1999 11:46:42 +0100
From:      Marcel Moolenaar <marcel@scc.nl>
To:        Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Cc:        emulation@FreeBSD.ORG
Subject:   Re: linux ELF emulation is kinda broken (fwd)
Message-ID:  <36CA9E12.B10B2F15@scc.nl>
References:  <Pine.BSF.3.95.990216120935.13983G-100000@current1.whistle.com> <36CA8D2B.96DD7B32@scc.nl> <19990217110629.B1780@internal>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

marcel


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36CA9E12.B10B2F15>