raboof commented on issue #2484: URL: https://github.com/apache/pekko/issues/2484#issuecomment-3522354980
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 . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
