Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Native Interface glibc dependency #896

Open
stan-pros opened this issue Feb 26, 2025 · 0 comments
Open

Java Native Interface glibc dependency #896

stan-pros opened this issue Feb 26, 2025 · 0 comments

Comments

@stan-pros
Copy link

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: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant