[Image-SIG] OpenGL

Michael Perry vball@erols.com
Thu, 02 Sep 1999 11:38:22 -0400


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:

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


I'm attempting to load the package with, rpm -vv -i
python-opengl-1.5.5-2.i386.rpm as root

These are the python packages currently loaded:
$ rpm -qa | grep -i pyt
python-docs-1.5.1-10
python-imaging-1.0b1-3
python-1.5.1-10
pythonlib-1.22-5
python-HTMLgen-2.1-4
python-numpy-1.11-2
python-demos-1.5.2-2


Seems like I need something else but I'm not sure what?