Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 1995 09:51:22 -0500
From:      "Eric L. Hernes" <erich@lodgenet.com>
To:        Brian Litzinger <brian@MediaCity.com>
Cc:        hackers@freebsd.org
Subject:   Re: linux emul is go! 
Message-ID:  <199510241451.JAA04312@jake.lodgenet.com>
In-Reply-To: Your message of "Tue, 24 Oct 1995 00:03:39 PDT." <199510240703.AAA13307@MediaCity.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Apparently, one has to have exactly the "right" linux libs to get
> things to work.  Amancio was nice enough to make his available.
> 

Nate keyed me in on the secret that the libs and ld.so all need to be ZMAGIC

(ttyp2@jake)$ pwd
/compat/linux/lib
(ttyp2@jake)$ file *
ld.so:           Linux/i386 demand-paged executable (ZMAGIC)
libX11.so.3:     symbolic link to libX11.so.3.1.0
libX11.so.3.1.0: Linux/i386 demand-paged executable (ZMAGIC)
libXaw.so.3:     symbolic link to libXaw.so.3.1.0
libXaw.so.3.1.0: Linux/i386 demand-paged executable (ZMAGIC)
libXt.so.3:      symbolic link to libXt.so.3.1.0
libXt.so.3.1.0:  Linux/i386 demand-paged executable (ZMAGIC)
libc.so.4:       symbolic link to libc.so.4.5.26
libc.so.4.5.26:  Linux/i386 demand-paged executable (ZMAGIC)
libgr.so.1:      symbolic link to libgr.so.1.3
libgr.so.1.3:    Linux/i386 demand-paged executable (ZMAGIC)
libm.so.4:       symbolic link to libm.so.4.5.26
libm.so.4.5.26:  Linux/i386 demand-paged executable (ZMAGIC)


The short-term fix is to use ZMAGIC libs, the longer term fix should be
to get [QZ]MAGIC libs to work.


> Wingz runs great now, doom pukes after 5 to 10 seconds, but I
> figure it's my .wad file.
> 
> -- 
> Brian Litzinger       |                                                        |
> brian@mediacity.com   |           This space intentionally left blank          |
> http://www.mpress.com |                                                        |
> 

eric.

--
erich@lodgenet.com
erich@rrnet.com




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