From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 10:04:04 2005 Return-Path: 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 0BA0416A4CE for ; Wed, 26 Jan 2005 10:04:04 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB2543D49 for ; Wed, 26 Jan 2005 10:04:02 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 8F03B42A4; Wed, 26 Jan 2005 11:05:45 +0100 (CET) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 64487-08; Wed, 26 Jan 2005 11:05:42 +0100 (CET) Received: from www.wcborstel.nl (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id D79B94218; Wed, 26 Jan 2005 11:05:41 +0100 (CET) From: "Jorn Argelo" To: Derrick Ryalls Date: Wed, 26 Jan 2005 11:05:41 +0100 Message-Id: <20050126100358.M53468@wcborstel.nl> In-Reply-To: References: <82ad4bb70501241504303a3bf2@mail.gmail.com> <20050125104613.M17463@wcborstel.nl> X-Mailer: Open WebMail 2.50 20050106 X-OriginatingIP: 82.161.134.53 (jorn) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: by amavisd-new at mail.wcborstel.nl cc: freebsd-questions@freebsd.org Subject: Re: Enemy-Territory for Linux run Problem on FreeBSD 5.3 Release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 10:04:04 -0000 On Tue, 25 Jan 2005 18:20:26 -0800, Derrick Ryalls wrote > > > I am running FreeBSD 5.3 Release on a AMD Athlon 2800+ with Linux > > > compatibility installed. I have just installed Linux-EnemyTerritory > > > from ports and I tried to run it: ./et in > > > /usr/compat/linux/usr/games/et . > > > I then get this error message: > > > > > > ...loading libGL.so.1: QGL_Init: dlopen libGL.so.1 failed: > > > libGL.so.1: cannot open shared object file: No such file or > > > directory failed > > > ----- CL_Shutdown ----- > > > RE_Shutdown( 1 ) > > > ----------------------- > > > ----- CL_Shutdown ----- > > > ----------------------- > > > Sys_Error: GLimp_Init() - could not load OpenGL subsystem > > > > > > I have located libGL.so.1 in my /usr/X11R6/lib/ . > > > I read the handbook page on Linux Compatibilty, however that didn't > > > seem to help. > > > > > > Any assistance would be greatly appreciated. > > > > I'm not sure where it searches for its required libs. You can try making an > > symbolic link to /usr/compat/linux/usr/lib if it's not there. Or > > perhaps /usr/compat/linux/usr/local/lib. > > > > Jorn > > > > > > > Can you run an OpenGL screen saver? I am guessing that OpenGL is not > enabled for your video for whatever reason. You might check your > config file. That doesn't matter too much AFAIK. I've been running Gentoo for quite a while, and I could run OpenGL screen savers without a problem, but once I started UT2004 or any other OpenGL app it said that it couldn't find the libs. And I don't think it's platform dependant. Correct me if I'm wrong, of course :) Jorn