From owner-freebsd-emulation Wed Dec 22 8:37: 3 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from hurricane.columbus.rr.com (columbus.rr.com [204.210.252.19]) by hub.freebsd.org (Postfix) with ESMTP id 1C89F14FD7 for ; Wed, 22 Dec 1999 08:36:57 -0800 (PST) (envelope-from caa@columbus.rr.com) Received: from columbus.rr.com ([24.95.60.151]) by hurricane.columbus.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com for ; Wed, 22 Dec 1999 11:36:44 -0500 Received: (from caa@localhost) by columbus.rr.com (8.9.3/8.9.3) id LAA51695 for freebsd-emulation@FreeBSD.ORG; Wed, 22 Dec 1999 11:36:54 -0500 (EST) (envelope-from caa) Date: Wed, 22 Dec 1999 11:36:54 -0500 From: "Charles Anderson" To: FreeBSD Emulation ML Subject: linux quake3 & glx direct rendering Message-ID: <19991222113654.A51562@midgard.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to get glx to do direct rendering under Freebsd with quake3. I've got it working with the Mesa demos I've compiled, but when I try it with quake3 the linux ld-linux.so doesn't want to load the freebsd glx.so module. The error I get is this /usr/X11R6/lib/modules/glx.so: ELF file ABI version invalid.failed to load glx.so the "ELF file ABI version" message comes from ld-linux.so when libGL trys to do a dlopen on glx.so. Glx.so & libGL are both freebsd native libraries, and work fine with other apps. I ran objdump --all-headers on some linux libraries and some freebsd libraries and noticed that the linux libraries have a "Version definitions:" section that the freebsd libraries do not have. Is this what it's looking for? If so can it be stuck into my glx.so with hosing the freebsd ld.so process? Any help would be appreciated. -Charlie -- Charles Anderson caa@columbus.rr.com No quote, no nothin' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message