[wxPython] libGL*

Just installed wxPython et al on RH6.1. However,
wxPython-gl-2.2.1-0.i386.rpm had dependencies on libGL.so.1 and
libGLU.so.1. Mesa-3.0-2.i386.rpm installed libMesaGl.so.3.0 and
libMesaGLU.so.3.0. I make links for libGL.so.1 and libGLU.so.1 to point
respectively to libMesaGL.so.3.0 and libMesaGLU.so.3.0.
Will this work correctly? If not, what should I do?

···

--
We didn't inherit the land from our fathers.
We are borrowing it from our children.

Just installed wxPython et al on RH6.1. However,
wxPython-gl-2.2.1-0.i386.rpm had dependencies on libGL.so.1 and
libGLU.so.1. Mesa-3.0-2.i386.rpm installed libMesaGl.so.3.0 and
libMesaGLU.so.3.0. I make links for libGL.so.1 and libGLU.so.1 to point
respectively to libMesaGL.so.3.0 and libMesaGLU.so.3.0.
Will this work correctly?

It might.

If not, what should I do?

Use Mesa 3.2. I have a copy at

http://alldunn.com/wxPython/dist/others/Mesa-3.2-2.i386.rpm

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!