Comment 1 for bug 211962

Revision history for this message
Stéphan Kochen (stephank) wrote :

I had a similar problem trying to run a Python-based OpenGL application on a minimal install.

It turns out, the Python OpenGL module uses the ctypes module to find libGL, which in turns relies on binutils' objdump.

Try installing the binutils package, and see if this solves your problem.