From owner-freebsd-current Wed Mar 13 08:34:37 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07424 for current-outgoing; Wed, 13 Mar 1996 08:34:37 -0800 (PST) Received: from covina.lightside.com (covina.lightside.com [198.81.209.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA07404 for ; Wed, 13 Mar 1996 08:34:14 -0800 (PST) Received: by covina.lightside.com (Smail3.1.28.1 #6) id m0twtUx-0004IiC; Wed, 13 Mar 96 08:34 PST Date: Wed, 13 Mar 1996 08:34:01 -0800 (PST) From: Jake Hamby To: Thomas Graichen cc: current@FreeBSD.ORG Subject: Re: Native & Linux ELF support finally there... In-Reply-To: <4i1ph2$581@mordillo.physik.fu-berlin.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 11 Mar 1996, Thomas Graichen wrote: > sos@FreeBSD.org wrote: > : To run Linux ELF binaries you need a Linux ld.so + linux ELF libs > : the collection I use come from Slackware 3.0. > : I belive Peter i working onpreparing a set of libs that will > : be availabel as a package..> > > have you tried the newer libs too (libc >= 5.2.18) - from the netbsd lists i > remember that they had some problems with them (i think you need them to run > the linux java sdk or so) ? I couldn't get the 5.2.18 libc to work correctly with Linux! I downloaded it because the Java SDK needed it, then I discovered that common programs like make and bash weren't working correctly anymore!! Typical Linux mismanagement, just what I've come to expect from that OS.. So if that libc doesn't work with FreeBSD's ELF emulation, don't blame it on FreeBSD, you'll probably want to stick with 5.0.9 until whatever bugs are in 5.2.18 get resolved. ---Jake