Menu

Help! NVIDIA OpenGL Linux driver won't load!

Help
Anonymous
2003-06-11
2003-06-12
  • Anonymous

    Anonymous - 2003-06-11

    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?

     
    • Anonymous

      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.

       

Log in to post a comment.