Manuel Bilderbeek <[email protected]> writes: > Since I installed the latest version of the package, the libGL.so > symlink is missing. Linked programs run fine, but compiling against > libGL fails in the link phase because of this.
> $ ls -l /usr/lib/libGL.* > lrwxrwxrwx 1 root root 28 Sep 13 20:35 /usr/lib/libGL.so.1 -> > /etc/alternatives/libGL.so.1 > no libGL.so :( Right. If you want the development library link, you have to install the development packages. The NVIDIA development packages only put things in /usr/lib/nvidia because normal Debian software shouldn't link directly with the NVIDIA libGL. Normally, you just want to install libgl1-mesa-dev, which provides the *.so link. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

