question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No useable version of libssl was found (Solution in description)

See original GitHub issue

Hi 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

image

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:closed
  • Created 5 months ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
SimonGurneycommented, Jul 27, 2023

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!

0reactions
SimonGurneycommented, Jul 28, 2023

ah ok brilliant, thanks for leeting us know 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found