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

Problems with libssl on Ubuntu 22.04 #5

Closed
mve1983 opened this issue Nov 5, 2023 · 5 comments · Fixed by #6
Closed

Problems with libssl on Ubuntu 22.04 #5

mve1983 opened this issue Nov 5, 2023 · 5 comments · Fixed by #6
Assignees
Labels
bug Something isn't working

Comments

@mve1983
Copy link

mve1983 commented Nov 5, 2023

On Ubuntu 22.04. LTS:

  1. GUI Binary for Ubuntu won't run or return an error.
  2. Linux CLI will return error "No usable version of the libssl was found"

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:

  1. GUI will run and work as expected.
  2. CLI also works as expected.
@mve1983 mve1983 added the bug Something isn't working label Nov 5, 2023
@SteezCram
Copy link
Owner

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.
However, you should have libssl by default on Ubuntu.

@mve1983
Copy link
Author

mve1983 commented Dec 22, 2023

Hi, no problem, it was a fresh install of 22.04 LTS Ubuntu.
I don't have this problem on other machine with Ubuntu 20.04.
Maybe it was only my machine, then thread should be closed.
Or maybe it's because Ubuntu 22.04 only supports openssl 3.0 by default install?

@zatricky
Copy link

zatricky commented Jan 16, 2024

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:
dotnet/core#7038

@SteezCram
Copy link
Owner

Ok, I will update the .Net version

@SteezCram SteezCram linked a pull request Feb 3, 2024 that will close this issue
@SteezCram
Copy link
Owner

It should be solved, a new release has been made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants