Skip to content

Conversation

gruhn
Copy link
Contributor

@gruhn gruhn commented Sep 11, 2023

The Docker image is broken with the error message:

scryer-prolog: error while loading shared libraries:
libssl.so.1.1: cannot open shared object file: No such
file or directory

We use the base base image debian:stable-slim and in the background a new Debian version was marked stable (bookworm), which has libssl3 instead of libssl1.1 installed.

I downgraded the base image to the previous stable version (bullseye), which seems to fix the issue.

The Docker image is broken with the error message:

    scryer-prolog: error while loading shared libraries:
    libssl.so.1.1: cannot open shared object file: No such
    file or directory

We use the base base image `debian:stable-slim` and in the
background a new Debian version was marked stable (bookworm),
which has libssl3 instead of libssl1.1 installed.

I downgraded the base image to the previous stable version
(bullseye), which seems to fix the issue.
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

Successfully merging this pull request may close these issues.

2 participants