libGL is not provided by osmesa, instead it should be part of display card driver. To find out which package, try ls -l /usr/lib/libGL.so* and for each of its output, type sudo dpkg -S /usr/lib/libGL.so.1 (etc)
but that might not helping solving the problem. Or did you install sun-java? lun, 29 Mar 2010, al cole skribis: > Hello, > > I have recently installed J and I'm going through the labs trying to > wrap my head around this weird language... fun enough so far, but I have > a problem with the OpenGL labs and demos. > > I am running ubuntu 9.10 with the latest version of OSMesa installed > (6.5.3), but whenever J tries to run an opengl demo, it crashes, because > of a segmentation fault in libGL (so says the log, attached). > > I've read in the archive that some people managed to make it work by > compiling and installing mesa locally... the information is quite > outdated, though (2006!), so before going through that pain, I thought > I'd ask the list. > > Thanks > alb -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
