[Image-SIG] OpenGL

David Ascher da@ski.org
Thu, 2 Sep 1999 09:15:26 -0700 (Pacific Daylight Time)


On Thu, 2 Sep 1999, Michael Perry wrote:

> Hello,
> 
> I'm trying to load Pyopengl on Redhat Linux 6.0.  I've got
> python-opengl-1.5.5-2.i386.rpm and get errors from these lib's:

1) This is the wrong list to bring this up.  Instead, try the PyOpenGL
   mailing list http://www.egroups.com/group/pyopengl/

> error: failed dependencies:
>  libMesaGL.so.3 is needed by python-opengl-1.5.5-2
>  libMesaGLU.so.3 is needed by python-opengl-1.5.5-2
>  libglut.so.3 is needed by python-opengl-1.5.5-2

2) This suggests that your Linux doesn't have Mesa or GLUT installed.  I
   don't know what the RPM names are for those, sorry.

   (someone on the pyopengl may have more information)

--david