>From my experience, the libGL* files should be "connected" with libOSMesa. What worked for me is building a *local* instance of libOSMesa and related libs (which includes libGL*). And then you include that path into LD_LIBRARY_PATH.
> From: David Vincent-Jones <[email protected]> > > My Linux (Ubuntu 8.10) OpenGL is still not functioning ..Would somebody > please compare my files with a system that is correctly functioning. > > My files all appear to be the latest/current available. > > da...@david-laptop:~$ ls -l /usr/lib/libGL.* > lrwxrwxrwx 1 root root 10 2009-01-01 19:41 /usr/lib/libGL.so -> > libGL.so.1 > lrwxrwxrwx 1 root root 12 2009-01-01 19:43 /usr/lib/libGL.so.1 -> > libGL.so.1.2 > -rw-r--r-- 1 root root 486096 2009-02-12 10:43 /usr/lib/libGL.so.1.2 > da...@david-laptop:~$ ls -l /usr/lib/libGLU.* > -rw-r--r-- 1 root root 697826 2008-10-21 20:54 /usr/lib/libGLU.a > lrwxrwxrwx 1 root root 11 2009-01-01 19:43 /usr/lib/libGLU.so -> > libGLU.so.1 > lrwxrwxrwx 1 root root 20 2009-01-01 19:42 /usr/lib/libGLU.so.1 -> > libGLU.so.1.3.070200 > -rw-r--r-- 1 root root 460432 2008-10-21 > 20:54 /usr/lib/libGLU.so.1.3.070200 > da...@david-laptop:~$ ls -l /usr/lib/libOSMesa.* > lrwxrwxrwx 1 root root 18 2009-02-19 08:36 /usr/lib/libOSMesa.so.6 > -> libOSMesa.so.6.5.3 > -rw-r--r-- 1 root root 2219556 2008-10-21 > 20:54 /usr/lib/libOSMesa.so.6.5.3 > > Thank you. > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
