Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 1995 10:56:02 -0600
From:      Nate Williams <nate@rocky.sri.MT.net>
To:        "Eric L. Hernes" <erich@lodgenet.com>
Cc:        hackers@freebsd.org, sos@freebsd.org
Subject:   Re: linux emulations how to? 
Message-ID:  <199510231656.KAA21856@rocky.sri.MT.net>
In-Reply-To: <199510231531.KAA15592@jake.lodgenet.com>
References:  <199510220945.CAA16433@MediaCity.com> <199510231531.KAA15592@jake.lodgenet.com>

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



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