Last active
December 22, 2024 18:27
-
-
Save joulgs/c8a85bb462f48ffc2044dd878ecaa786 to your computer and use it in GitHub Desktop.
How install libssl1.1 on ubuntu 22.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb | |
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb |
I am getting error like ...
/lib/x86_64-linux-gnu/libssl.so.1.1: version `OPENSSL_1_1_1' not found (required by /home/abc/redis-stack-server-7.4.0-v1.bionic.x86_64/redis-stack-server-7.4.0-v1/bin/redis-server)
Any one installed redis 7.4.0-v1 and installed OPENSSL_1_1_1 library ?
Thank you!!!!!!!!!!
Thanks so much. I was helped.
thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!!!