Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reddsaver: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory #45

Open
ZAKhan opened this issue Jun 23, 2023 · 1 comment

Comments

@ZAKhan
Copy link

ZAKhan commented Jun 23, 2023

I am using archlinux and reddsaver is giving me an error

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

-rwxr-xr-x 1 root root 415K Jun 5 20:01 libssl3.so
lrwxrwxrwx 1 root root 11 May 30 21:44 libssl.so -> libssl.so.3
-r-xr-xr-x 1 root root 498K Jun 1 20:16 libssl.so.1.0.0
-rwxr-xr-x 1 root root 636K May 30 21:44 libssl.so.3

can you help me please!

@TheFrozenDuck
Copy link

It looks like you are trying to execute/build on a system that is using OpenSSL 3 instead of OpenSSL 1.1.1.

Please do not try to fix that on your local system by downgrading. Try to use an older Docker image with, e.g. Debian Bullseye

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

No branches or pull requests

2 participants