From: Andy D. <dou...@la...> - 2002-09-17 16:54:26
|
On Mon, 16 Sep 2002, Eve Kotyk wrote: > Redhat Linux v7.2, kernel v 2.4, XFree86 v 4 > > > > I have just installed VPython (and Python2.2) and tried to run one > > > of the demos. Each one results in the following error. I have Mesa > > > v3.4.2-7 installed. Can anyone tell me how I can fix this problem? > > > > > > Traceback (innermost last) > > > File "/usr/local/bin/VPython/Programs/Demos/helix.py", line 1, in > > > ? from visual import * > > > ImportError: /usr/lib/libgtkgl.so.5: undefined symbol: glXUseXFont I don't have a RedHat system, so packaging details could differ, but my libgtkgl.so.5 doesn't have a glXUseXFont symbol anywhere in it. You might have to run nm --dynamic on your various libraries in /usr/lib/*.so to find out who (if anyone) defines that symbol. It may be that you simply need another library added in to the link command. -- Andy Dougherty dou...@la... Dept. of Physics Lafayette College, Easton PA 18042 |