You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Is it expected that ubuntu Focal is not supported?
I'm seeing this
Unknown error: /tmp/jni_multik7416118377200340998/libmultik_jni-linuxX64.so: /lib/x86_64-linux-gnu/libmvec.so.1: version `GLIBC_2.35' not found (required by /tmp/jni_multik7416118377200340998/libmultik_jni-linuxX64.so)
Unknown error: /tmp/jni_multik6981805190945586911/libmultik_jni-linuxX64.so: /lib/x86_64-linux-gnu/libmvec.so.1: version `GLIBC_2.35' not found (required by /tmp/jni_multik6981805190945586911/libmultik_jni-linuxX64.so)
The latest version of glibc available in the usual focal repos is 2.31
This is happening on an ubuntu focal docker image. The dependencies I've specified are:
Hi, thank you for the report.
This is a known issue that (#107, #98), unfortunately, has not been fixed yet.
Multik is tightly bound to a specific version of glibc during the build process, so this error occurs when running on a Linux system with a different version of glibc.
You can use the dependency:implementation("org.jetbrains.kotlinx:multik-kotlin:0.2.3") to work on Linux.
Hello. Is it expected that ubuntu Focal is not supported?
I'm seeing this
The latest version of glibc available in the usual focal repos is 2.31
This is happening on an ubuntu focal docker image. The dependencies I've specified are:
It was built using
and the final stage is this image
The text was updated successfully, but these errors were encountered: