We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: