From owner-freebsd-stable Wed Oct 18 16:03:40 1995 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA00672 for stable-outgoing; Wed, 18 Oct 1995 16:03:40 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA00645 for ; Wed, 18 Oct 1995 16:03:36 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id RAA11430; Wed, 18 Oct 1995 17:05:46 -0600 Date: Wed, 18 Oct 1995 17:05:46 -0600 From: Nate Williams Message-Id: <199510182305.RAA11430@rocky.sri.MT.net> To: John Fieber Cc: Nate Williams , stable@FreeBSD.org Subject: Re: Linux emulator working? In-Reply-To: References: <199510182217.QAA11314@rocky.sri.MT.net> Sender: owner-stable@FreeBSD.org Precedence: bulk > > Does anyone have the emulator working under -stable? > > > > Here's the steps I did: > > ... > > > What am I doing wrong? What can I do to fix this? I'm going to try to > > get Linux-IDL running under FreeBSD to see how the performance compares > > to the SPARC version we have. > > Maybe the attached will help? It did sort of. I downloaded the stuff from the xperiment directory which basically let me know that I need newer versions of the older type of libraries. Basically, I got newer libraries and run-time linker, but unfortunately they are the wrong binary type. moth# file lib.new/* lib.new/ld-linux.so.1.6.5: ELF 32-bit LSB dynamic lib i386 (386 and up) Version 1 lib.new/ld.so: Linux/i386 demand-paged executable (QMAGIC) lib.new/libc.so.4.6.27: Linux/i386 demand-paged executable (QMAGIC) lib.new/libcurses.so.0.1.2: Linux/i386 demand-paged executable (QMAGIC) lib.new/libm.so.4.6.27: Linux/i386 demand-paged executable (QMAGIC) Versus the versions which seem to work: moth# file lib/* lib/ld.so: Linux/i386 demand-paged executable (ZMAGIC) lib/libc.so.4: Linux/i386 demand-paged executable (ZMAGIC) lib/libm.so.4: Linux/i386 demand-paged executable (ZMAGIC) lib/libX11.so.3: Linux/i386 demand-paged executable (ZMAGIC) lib/libXt.so.3: Linux/i386 demand-paged executable (ZMAGIC) Note that the newer versions also have a minor #, and the older versions are ZMAGIC executables while the new versions are QMAGIC executables. Where would I find 'newer' libraries and run-time linker which use the (older?) ZMAGIC format? In particular, I need newer X libraries. :( Thanks so far, Nate