pekko
pekko copied to clipboard
investigate if we can upgrade lmdbjava
- see #2483
- reverting the upgrade to 0.9.2 due to issues in tests
Seems like it was failing with:
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /tmp/lmdbjava-native-library-16392340801923603006.so)
Seems like that symbol was introduced in a glibc 2.36, released 2022: https://savannah.gnu.org/forum/forum.php?forum_id=10216 .