-
-
Save joulgs/c8a85bb462f48ffc2044dd878ecaa786 to your computer and use it in GitHub Desktop.
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 |
Good lord, first result on Google, thanks!
To be clear, this is for amd64 compatible systems; you'll need to install the arm package if you're on something like an ARM Mac or a RasbperyPi.
Did you have any links to a ARM version of this package?
Edit: find the solution by myself. Installed this version and works like a charm on a RK35588s ARM64 CPU. Think also on Raspbery pi.
http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb
Thank you!
thank you!
tanks a lot
im having this issue with libssl1.1
HOW CAN I FIX IT?/????? ADD me in discord lionze0 help me is improtant
THank You!
Thank you.
You save me a lot of time about Azure Speech to text on Ubuntu and Wsl
thanks
Great. I needed this for Mongodb. Thank you so much.
Thank you. It works.
Thanks! dear.
thank you
Great work!!
great work. thanks
Thanks!
thanks
While it's always possible to install libssl1.1 if you needed it, note that OpenSSL 1.1 is no longer being maintained by OpenSSL dev. and can contain unfixed security vulnerability. If you're a dev, please consider migrating your program to OpenSSL 3. Thanks!
thank you!
thank you
thank you
Thanks a lot. It allowed me to install old app on Ubuntu :)
Thanks. Totally a life saver.
appreciate it
@joulgs that'd be great if you add more description so that it appears in google search)
Thanks. Saved my life.
Thank you!!
Thank you!!
For me this worked:
Ubuntu 22.04.5 LTS
Dependency is not satisfiable: libssl1.1
sudo add-apt-repository ppa:nrbrtx/libssl1
sudo apt update
sudo apt install libssl1.1
Thanks!!!
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