On Tue, 2002-02-19 at 16:40, Michael Thaler wrote:
> On Tue, Feb 19, 2002 at 03:13:39PM +0000, José Fonseca wrote:
> 
> > The only explanation I see is that glxinfo is not picking up the correct 
> > libGL.so. Since this issue can came back to haunt you later, please do 
> > 'ldd /usr/X11R6/bin/glxinfo' and also 'ldd /usr/X11R6/bin/glxgears' (paths 
> > may vary).
> 
> You are right:
> 
> 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/
> 
> mthaler:~# ls -l /usr/lib/libGL*  
> lrwxrwxrwx    1 root     root           10 19. Feb 12:17 /usr/lib/libGL.so -> 
>libGL.so.1
> lrwxrwxrwx    1 root     root           12 19. Feb 12:17 /usr/lib/libGL.so.1 -> 
>libGL.so.1.2
> lrwxrwxrwx    1 root     root           31 19. Feb 12:11 /usr/lib/libGL.so.1.2 -> 
>/usr/X11R6-DRI/lib/libGL.so.1.2
> ...
> 
> Do you think it is a good idea to copy the libGL over to /usr/X11R6/lib?
> 
> Thanks a lot,
> Michael
> 

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'

Regards,

Jose Fonseca



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

Reply via email to