Oh no, I can't use JOGL after a update

Hello !

Everything was told in the subject. I’m working with a Debian (kernel 2.4.21) and after a apt-get update && apt-get upgrade, I can’t use JOGL. It compiles very well but if I run any of my programs using JOGL, I’ve got this message :


java.lang.UnsatisfiedLinkError: /home/david/j2sdk_nb/j2sdk1.4.2/jre/lib/i386/libjogl.so: libGL.so.1: cannot handle TLS dat

Any suggestions ?

Thank you very much

I had this problem awhile ago with a upgraded Red Hat system. Red Hat had back ported some of the thread support of the 2.6 kernel to the 2.4 kernel, and was incompatable with some libraries built using the older interfaces. To fix your problem I think you just need to recompile/reinstall your GL libraries.

Michael