Jose Fonseca wrote:
>>mthaler:~# ldd /usr/X11R6/bin/glxinfo 
>>        libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x4009c000)
>>where quake3 probably uses the libGL from /usr/lib/
>>lrwxrwxrwx    1 root     root           31 19. Feb 12:11 /usr/lib/libGL.so.1.2 -> 
>/usr/X11R6-DRI/lib/libGL.so.1.2


> No, there's no need. You probably just have to change the order on which
> /usr/lib/ and /usr/X11R6/lib/ directories appear on /etc/ld.so.conf and
> run '/sbin/ldconfig'

Unfortunately, /usr/lib is *always* the first directory to get 
parsed no matter what /etc/ld.so.conf says - due to security reasons 
(man ldconfig and experiment!)

The only halfway "easy" (but ugly) solution was indeed to 
copy/symlink the DRI-enabled libGL to /usr/lib.

Any hints how to do it in a better way?

Yours Malte #8-)


_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to