|
From: Michael <ms...@ic...> - 2003-09-27 00:00:04
|
On Friday, September 26, 2003, at 02:15 PM, McPherson John W wrote: > I have just downloaded 1.4 and made debug on RH8, nVidia. When I try > to > run the crserver for a crdemo.conf test, I get the following: > > CR Debug(zantac:302): Looking for the system's OpenGL library... > CR Debug(zantac:302): DLL_ERROR: /usr/lib/tls/libGLcore.so.1: undefined > symbol: > __gl_tls_var0 > CR Error(zantac:302): DLL Loader couldn't find/open /usr/lib/libGL.so > > Any thoughts. > > Thanks for your time and expert help. > > John McPherson Try setting CR_SYSTEM_GL_PATH to /usr/lib/tls, i.e. setenv CR_SYSTEM_GL_PATH /usr/lib/tls (I found this information in the mailing list archive.) Michael |