From: Eve K. <e....@sh...> - 2002-09-19 00:29:37
|
On Wed, 18 Sep 2002 11:22:58 -0400 (EDT) Andy Dougherty <dou...@la...> wrote: > On Wed, 18 Sep 2002, Eve Kotyk wrote: > > > I did an rpm -q for Mesa-devel-3.4.2.7 and it is installed. > > Hmm. On my Debian/Linux system, glXUseXFont is defined in > /usr/lib/libGL.so, which is provided by mesa. > Running > nm --dynamic /usr/lib/libGL.so | grep glXUseXFont > yields > > 0016b99c T Fake_glXUseXFont > 001687d8 T glXUseXFont You are right I do not have /usr/lib/libGL.so. I do have /usr/lib/libGL.so.1 And the output of nm --dynamic /usr/lib/libGL.so.1 | grep glXUseXFont is: 001acb9c T DRI_glXUseXFont 001582f4 T Fake_glXUseXFont 001558d0 T glXUseXFont Sorry to be so lame, but what can I do about this now? I tried installing OpenGL but it conflicts with my current setup and I recall installing Mesa as a requirement for something else. -- ekotyk |