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.

Ubuntu 19.04, libssl

See original GitHub issue

I upgraded to Ubuntu 19.04 the other day, and now I get this:

No usable version of the libssl was found
Error message: Connection request encountered an exception

Seems related to: Microsoft/azuredatastudio#5134 Microsoft/vscode-python#5373 OmniSharp/omnisharp-vscode#3010

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

10reactions
anton-johanssoncommented, Apr 24, 2019

Thanks, @byroniac, that worked.

What I did:

$ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb
$ sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb

Both versions are now installed, and everything works as expected.

1reaction
byroniaccommented, Mar 18, 2020

@funcelotwork

not found http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb

They have dropped cosmic (18.10) packages since I posted that. You may try digging around on packages.ubuntu.com and see if you can find something else that will work for you, if you are having the problem. I am on 19.10 now but I have not even tried.

EDIT: there is a link above that may work for you, https://github.com/hunters-forge/mordor/issues/22 and look at the comments.

EDIT 2: Scratch that. That particular file is not available. You can look at the directory itself, though. http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use libssl-dev 1.0.1 on 19.04? - Ask Ubuntu
1. After the upgrade I can't set up my environment to compile project requiring this version of libssl. How can I use an...
Read more >
Ubuntu 19.04 no usable libssl · Issue #2349 - GitHub
Hello I want to install a self hosted agent onto a ubuntu 19.04(non lts) but after entering PAT i get error no usable...
Read more >
libssl-dev : Disco (19.04) : Ubuntu - Launchpad Answers
Ubuntu · Binary package “libssl-dev” in ubuntu disco.
Read more >
ubuntu 19.04: Developer says libgit2.so.25 require... - KX ...
Hi Team, I have ubuntu 19.04 running and installed Developer. ... libssl.so to "fix" the first error message looking for the file libssl.so.1.0.0....
Read more >
RStudio does not install on Debian 10 or Ubuntu 19.04 ...
root@dsg-laptop:/tmp# lsb_release -d Description: Debian GNU/Linux buster/sid root@dsg-laptop:/tmp# dpkg -l |grep libssl ii libssl1.1:amd64 1.1.1a-1 amd64 …
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