[7832] in testers
Re: libGL.so
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Tue Feb 17 17:35:59 2009
Date: Tue, 17 Feb 2009 17:34:53 -0500 (EST)
From: Anders Kaseorg <andersk@MIT.EDU>
To: Alex T Prengel <alexp@mit.edu>
cc: testers@mit.edu, athena10@mit.edu
In-Reply-To: <200902172215.n1HMFgFo016860@prevert.mit.edu>
Message-ID: <alpine.DEB.2.00.0902171732070.25182@vinegar-pot.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
On Tue, 17 Feb 2009, Alex T Prengel wrote:
> On a cluster install, I'm not finding /usr/lib/libGL.so (as a symlink
> to libGL.so.1). I'm not sure if it's supposed to be there or not (the
> machine has been hacked around a bit) but if not, can we add it?
> Several Third Party apps specifically look for it, and complain if
> they don't find it.
The libGL.so symlink is in the libgl1-mesa-dev package; I don’t know if we
currently install that. Note that in general, .so files with no version
number (e.g., as opposed to .so.1) are used only for development, and no
application should ever link against such a file at runtime. What apps in
particular have this problem?
Anders