[Comm-en] libGL.so.1 help

Michael Shigorin mike at osdn.org.ua
Mon Oct 6 12:58:23 MSD 2003


On Fri, Oct 03, 2003 at 10:20:56PM +0000, djbouley wrote:
> I want to try a game, but when I execute the binary file an
> error occurs, telling me that the program could not load
> libGL.os.1 library.  Any suggestions on what I need to do to
> provide the appropriate library for this program?  It's looking
> under /usr/lib for it.

# ln -s /usr/X11R6/lib/libGL.so.1 /usr/lib/libGL.so.1

(or take libGL.so.nvidia as the source if you have NVIDIA chip)

PS: it's the game's fault not to use generic linking when it
wouldn't need exact paths :)

-- 
 ---- WBR, Michael Shigorin <mike at altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/



More information about the community-en mailing list