On Tue, 2002-02-19 at 18:28, Malte Cornils wrote: > 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!) > > ... > > Yours Malte #8-) >
The man page indeed mentions that, but how do you explain what is happening!? I was really suggesting to put /usr/lib before /usr/X11R6/lib because the libGL we are interest in is already symlink'd in /usr/lib... Perhaps it's picking /usr/X11R6/lib/libGL because it's in the same dir as the executables. Michael, please try to copy the glxinfo & glxgears binaries to other place and run them from there. Regards, Jose' Fonseca _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel