From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 16:26:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E7D916A4DA for ; Wed, 12 Jul 2006 16:26:38 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F65F43D55 for ; Wed, 12 Jul 2006 16:26:37 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (rwcrmhc11) with ESMTP id <20060712162637m1100heg21e>; Wed, 12 Jul 2006 16:26:37 +0000 Message-ID: <44B522BC.5090307@computer.org> Date: Wed, 12 Jul 2006 11:26:36 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 16:26:38 -0000 All, I am trying to get a linux app to use hardware acceleration. I have a couple of linux apps (googleearth, NWN) that *do presently work* with hardware acceleration... but this one in particular (linux-ut) *does not*. It gives me the following error in its log file: Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely that's not what is supposed to happen? I have: FreeBSD 6.1-STABLE i386 as of a few days ago. linux-atk-1.9.1 = up-to-date with port linux-expat-1.95.8 = up-to-date with port linux-fontconfig-2.2.3_5 = up-to-date with port linux-glib2-2.6.6 = up-to-date with port linux-gtk2-2.6.10 = up-to-date with port linux-jpeg-6b.34 = up-to-date with port linux-openmotif-2.2.4_2 = up-to-date with port linux-pango-1.8.1 = up-to-date with port linux-png-1.2.8_2 = up-to-date with port linux-realplayer-10.0.7.785.20060201 = up-to-date with port linux-sdl-1.2.10_1 = up-to-date with port linux-tiff-3.7.1 = up-to-date with port linux-xorg-libs-6.8.2_5 = up-to-date with port linux_base-fc-4_6 = up-to-date with port linux_dri-6.5 = up-to-date with port linuxdoc-1.1_1 = up-to-date with port linuxpluginwrapper-20051113_4 = up-to-date with port What else can I provide that might be of use? Any ideas? Thanks -- Regards, Eric