Issues with shared library libssl.so.1.1
I tried installing it manually but it did not resolve the issue as the library was not found, i tried updating my docker version to a previous one that did not work either, and my pipeline has not changed since the morning where the issue had not been present but now suddenly is.
10 Replies
What docker image are you using as your base? Alpine?
I used node:18.7.1 then 18-alpine then node:18.7.1-alpine and no luck
also node:18-buster
Hm okay. Could you try node:18 and near the latest version of Prisma ORM? 5.20+ if possible
Testing right now. Already using ^5.20 for the ORM.
I'm using this in a project and it works fine, so far, haven't had to rebuild in a bit
Still getting this error
@Jon Harrell any thoughts?
Not sure. I'll tag our support folks @Nurul (Prisma) and @RaphaelEtim so they can take a look when they're online.
We had some issues w/ Alpine 3.21 based images, so if you can try node:18-alpine3.20 that might help. but the error you're seeing isn't similar to the others.
That doesn't seem to work. My company relies on this so I'm hoping to find a solution soon. Please let me know soon 😅
Did you try running this command?
The linked GitHub Issue has reported the same error as you have shared:
Details: Error loading shared library libssl.so.1.1: No such file or directory
and running the command fixed the issue for a few users.GitHub
Alpine Linux 3.21: `Prisma failed to detect the libssl/openssl vers...
Bug description When attempting to run a Prisma client within an Alpine 3.21 Docker image, a warning related to the libssl/openssl version is shown and the application fails to start: prisma:warn P...