[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Nvidia OpenGL/GLX libraries with 'new-style' ELF



On Thu, 2003-11-27 at 10:26, Douglas Bates wrote:
> Short version:
> 
> At www.minion.de the description of the 2.6 updates for the nvidia
> kernel module sources state:
> 
>   Users of Debian GNU/Linux (unstable) with libc6 2.3.2.ds1-10 or
>   later installed will need to install the set of NVIDIA OpenGL/GLX
>   libraries with support for the "new-style" ELF TLS mechanism in
>   /usr/lib/tls and /usr/X11R6/lib/modules/extensions respectively.
> 
> I am running the nvidia kernel module and nvidia XFree86 driver on a
> Debian testing system with a 2.6.0-test11 kernel and libc6
> 2.3.2.ds1-10.  How do I find or create these "NVIDIA OpenGL/GLX
> libraries with support for the "new-style" ELF TLS mechanism"?
> (Suggestions of alternative approaches are welcome.)

Short answer: I run a script that calls the real binary. Here is the
lines of my script to run UT.

------begin include------
#!/bin/sh
LD_PRELOAD=/usr/lib/tls/libGL.so.1
export LD_PRELOAD

/usr/games/ut/ut
------end include------
-- 
greg, greg@gregfolkert.net
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: