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
Ubuntu is missing the libssl.so.1.1 library and huber does not work
On Ubuntu 22.04 after installing via "curl", running huber leads to the error:
huber: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
huber should also work with openssl-3.x ,which ships with Ubuntu 22.04
See also workarounds here : https://stackoverflow.com/questions/72133316/ubuntu-22-04-libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-di
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Ubuntu is missing the libssl.so.1.1 library and huber does not work
To Reproduce
On Ubuntu 22.04 after installing via "curl", running huber leads to the error:
huber: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Expected behavior
huber should also work with openssl-3.x ,which ships with Ubuntu 22.04
Environment
Linux W-R90XQ7HM 5.15.74.2-microsoft-standard-WSL2 Support filtering different status of releases #1 SMP Wed Nov 2 19:50:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 22.04 on WSL2
huber v0.3.8 Commit: d642e4b-20220708065617
Additional context
See also workarounds here : https://stackoverflow.com/questions/72133316/ubuntu-22-04-libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-di
The text was updated successfully, but these errors were encountered: