Re: Inconsistency detected by ld.so: dl-lookup.c
Posted by
sailsman63 on
Dec 18, 2019; 5:43pm
URL: https://forum.jogamp.org/Inconsistency-detected-by-ld-so-dl-lookup-c-tp4040188p4040191.html
This has shown up before. See
This threadSeems to be isolated to recent builds of openjdk >10, from about midyear 2019.
Affects jogl, as well as lwjgl2 (not encountered on lwgl3 yet) (I know that lwjgl is a different, parallel project with a different design philosophy. This data point makes it seem that the issue is not _directly_ jogl's fault)
The error has been seen on:
- Ubuntu derivatives
- Arch
Reviewing the package definition file shows that Arch, at least, is *EDIT: they're building from source, monkeying with the build options a bit. *
Interestingly, I have not seen this reproduced with adoptopenjdk binaries, even on the same system/glibc.
I wonder if this indicates that the openjdk codebase staticly links it's own glibc?