UnsatisfiedLinkError when I am trying to load a .so file to my docker/podman container
I am trying to run a java spring boot application inside a podman container(similar to docker container). The jar file contains all dependencies, and one of the dependency includes a .so (libturbojpeg.so) library in it. When I run the image, it throw the following exception: