I am running version 22.4 of Aspose.OCR for Java. It is working fine on my windows machine but when running it on RHEL 6 I get this error:
Caused by: java.lang.UnsatisfiedLinkError: /tmp/onnxruntime-java5279417844178087992/libonnxruntime.so (/lib64/libc.so.6: version `GLIBC_2.14’ not found (required by /tmp/onnxruntime-java5279417844178087992/libonnxruntime.so))
Glibc seems to be a dependency of the onnxruntime library which is used by Aspose. We have an older version of Glibc installed (2.12) and it seems to be looking for 2.14. Any suggestions for getting this to work? Updating Glibc may not be an option at this time as it is a core library and could affect other processes running on that server.