From owner-freebsd-hackers Mon Oct 23 09:54:18 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13530 for hackers-outgoing; Mon, 23 Oct 1995 09:54:18 -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 JAA13517 ; Mon, 23 Oct 1995 09:54:13 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id KAA21856; Mon, 23 Oct 1995 10:56:02 -0600 Date: Mon, 23 Oct 1995 10:56:02 -0600 From: Nate Williams Message-Id: <199510231656.KAA21856@rocky.sri.MT.net> To: "Eric L. Hernes" Cc: hackers@freebsd.org, sos@freebsd.org Subject: Re: linux emulations how to? In-Reply-To: <199510231531.KAA15592@jake.lodgenet.com> References: <199510220945.CAA16433@MediaCity.com> <199510231531.KAA15592@jake.lodgenet.com> Sender: owner-hackers@freebsd.org Precedence: bulk > On Friday I spent a few minutes trying to make a linux_lib port > which would ftp/install the proper linux libraries for linux-compat > I couldn't get the slackware 2.3 libs to work. Then I found > three different sets of libs on local machines here. I found > this combination to work: > > ld.so > libXaw.so.3 > libXt.so.3.1.0 > libgr.so.1 > libm.so.4.5.26 > libX11.so.3 > libXaw.so.3.1.0 > libc.so.4 > libgr.so.1.3 > libX11.so.3.1.0 > libXt.so.3 > libc.so.4.5.26 > libm.so.4 > > But I'm thinking now it's more of an issue with ld.so than > the libraries themselves. My experience has been that the linux emulator doesn't work unless the libraries AND the ld.so program are ZMAGIC executables. The emulator seems to work fine running QMAGIC executables, but not when the libraries or run-time linker is that format. Nate