No useable version of libssl was found (Solution in description)
See original GitHub issueHi guys,
I am opening up this issue, as it might help anyone facing it as well.
When downloading the amd64.deb version and running it for the first time - I get the following error:
No useable version of libssl was found
zsh: IOT instruction ./SMBeagle
Simply installing libssl-dev (sudo apt install libssl-dev
) didn’t solve it either (as it does in other cases).
On a unity forum (https://forum.unity.com/threads/workaround-for-libssl-issue-on-ubuntu-22-04.1271405/), I was able to find a way to solve this, by simply installing an older libssl library for debian.
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
Now, running ./SMBeagle --help
should work as intended.
I didn’t have time to look inside the code, in order to find the culprit yet, however I thought this “quick fix” might be useful.
Greetings!
Issue Analytics
- State:
- Created 5 months ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
SOLVED: "No usable version of the libssl was found"
Today I'm gonna tell you why the " No usable version of the libssl was found " error happens and show you how...
Read more >Workaround for libssl issue on Ubuntu 22.04
If when opening the editor on the new LTS 22.04 you get the error 'No useable version of libssl' it's due to a...
Read more >linux - when i open unity and make something project then ...
i am new to linux ubuntu . i am using ubuntu 22.04 . recently i downloaded unity and it is showing error "...
Read more >No usable version of libssl was found #4749 - dotnet/core
No usable version of libssl was found. Aborted. I'm using Void Linux and I have the following ssl/tls packages installed: libressl-3.0.2_2
Read more >Linux - No usable version of libssl was found : r/Unity3D
Linux - No usable version of libssl was found. I just got unity 2021.3.16f1 on my Linux computer, started a new project, and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This should be fixed as we’ve bumped to dotnet 7!
We’d love for you test, but we’ve tested on old / new Kali and old / new Ubuntu!
ah ok brilliant, thanks for leeting us know 😃