-
Notifications
You must be signed in to change notification settings - Fork 8
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
Problems with libssl on Ubuntu 22.04 #5
Comments
Hello, sorry for the late response. I know why you need libssl it is for the checksum functions. Unfortunately, I should not shipped directly with the program. |
Hi, no problem, it was a fresh install of 22.04 LTS Ubuntu. |
The libssl1 package is an old library which is why Ubuntu 22.04 doesn't even offer it (libssl3 is installed by default and is the current version). I'm not sure if this is the right link - but in theory this would have been fixed in upstream last year: |
Ok, I will update the .Net version |
It should be solved, a new release has been made |
On Ubuntu 22.04. LTS:
Can be fixed by installing the needed dependency.
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
After adding the needed dependency:
The text was updated successfully, but these errors were encountered: