I have tried using both RTLD_LAZY and RTLD_NOW, both or'd with the RTLD_GLOBAL flag with no change. Anyone figured this one out? Is anyone using Chromium with an NVIDIA card and having any success?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-06-12
Never mind... I figured it out.
Just in case anyone else has the same problem: Replace the symbol link of libGL.so.1 -> libGL.so.1.0.<version> in /usr/lib to /usr/lib/tls/libGL.so.1.0.<version> and everything seems to work fine and does not break other regular GL apps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems that the NVIDIA OpenGL Linux driver (version 43.63) reports an unresolved symbol when dlopen()'ed:
DLL_ERROR: /usr/lib/tls/libGLcore.so.1: undefined symbol: __gl_tls_var0
I have tried using both RTLD_LAZY and RTLD_NOW, both or'd with the RTLD_GLOBAL flag with no change. Anyone figured this one out? Is anyone using Chromium with an NVIDIA card and having any success?
Never mind... I figured it out.
Just in case anyone else has the same problem: Replace the symbol link of libGL.so.1 -> libGL.so.1.0.<version> in /usr/lib to /usr/lib/tls/libGL.so.1.0.<version> and everything seems to work fine and does not break other regular GL apps.