Ian Romanick wrote:
> 
> On Tue, Feb 19, 2002 at 07:28:54PM +0100, Malte Cornils wrote:
> > Jose Fonseca wrote:
> >
> > > 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?
> 
> How about the obvious?  Don't put libGL (and friends) in /usr/lib.  Always
> put them in /usr/X11*/lib.  If you have some other libGL (standalone Mesa,
> perhaps), but it in /usr/local/lib.

The Linux OpenGL ABI standard calls for libGL to be in /usr/lib/
XFree86 makes symlinks from there to /usr/X11R6/lib/

-Brian

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

Reply via email to