Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels