I'm currently working with the debian:bullseye-slim images via docker.io. For the past few months, I have been using it with no issues, building my containers with Docker. However, because of some changes that need to be implemented, I've needed to move away from Docker and use Podman instead. However, something in the build process has caused an issue as I am no longer able to access the shared SSL libraries.
I get the following error when ever I run my application.
./<application name>: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
Hello,
I'm currently working with the debian:bullseye-slim images via docker.io. For the past few months, I have been using it with no issues, building my containers with Docker. However, because of some changes that need to be implemented, I've needed to move away from Docker and use Podman instead. However, something in the build process has caused an issue as I am no longer able to access the shared SSL libraries.
I get the following error when ever I run my application.
./<application name>: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory