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
The current version (0.13) of the extensions includes a JNI bridge compiled against glibc 2.29, while the ONNX runtime requires glibc 2.17.
by: java.lang.UnsatisfiedLinkError: /tmp/ortx4j291629487909297/libonnxruntime_extensions4j_jni.so: /lib64/libm.so.6: versionGLIBC_2.29' not found (required by /tmp/ortx4j291629487909297/libonnxruntime_extensions4j_jni.so)
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
`
This significantly limits the use of extensions in Java products across many Linux distributions, such as Oracle Linux 8 and other RHEL 8.x variants.
The text was updated successfully, but these errors were encountered:
Hello,
The current version (0.13) of the extensions includes a JNI bridge compiled against glibc 2.29, while the ONNX runtime requires glibc 2.17.
by: java.lang.UnsatisfiedLinkError: /tmp/ortx4j291629487909297/libonnxruntime_extensions4j_jni.so: /lib64/libm.so.6: version
GLIBC_2.29' not found (required by /tmp/ortx4j291629487909297/libonnxruntime_extensions4j_jni.so)at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
`
This significantly limits the use of extensions in Java products across many Linux distributions, such as Oracle Linux 8 and other RHEL 8.x variants.
The text was updated successfully, but these errors were encountered: