Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Failed to update dependencies: No usable version of libssl was found. #327

Open
rubbercrane opened this issue Jun 4, 2022 · 3 comments
Open

Comments

@rubbercrane
Copy link

rubbercrane commented Jun 4, 2022

Describe the bug
When trying to choose a service to redirect to dev machine (ubuntu 22.04).

To Reproduce

  1. ctrl + shift + p
  2. type Bridge to Kubernetes: Configure

Expected behavior
Service drop down list appear.

Environment Details
Client used (VS Code):

Client's version: mindaro.mindaro@1.0.120220125
Operating System: Ubunto 22.04

Additional context
Search libssl installed:
ldconfig -p|grep ssl
libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so

VSC_bridge_to_kubernetes

@robv8r
Copy link

robv8r commented Jul 4, 2022

I'm having the same issue on the same platform. To the contributors: I've included what I think is relevant information. Please let me know what additional information I can provide to help resolve the issue.

$ ldconfig -p|grep ssl
        libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
        libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
        libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3

Also

ls -l /lib/x86_64-linux-gnu/libssl*
-rw-r--r-- 1 root root  418456 Feb 21 11:55 /lib/x86_64-linux-gnu/libssl3.so
-rw-r--r-- 1 root root 1231268 Jun 15 09:26 /lib/x86_64-linux-gnu/libssl.a
lrwxrwxrwx 1 root root      11 Jun 15 09:26 /lib/x86_64-linux-gnu/libssl.so -> libssl.so.3
-rw-r--r-- 1 root root  667864 Jun 15 09:26 /lib/x86_64-linux-gnu/libssl.so.3

[Edit]

I performed the workaround described in #32. Unfortunately, it didn't work. The updates cannot be applied, and I'm still getting the error:

No usable version of libssl was found.

@soccerdude288
Copy link

Also running into the same thing. This isn't the only SSL problem I've had running 22.04.

@soccerdude288
Copy link

Following the first post at this link, I installed the libssl 1.0 and my dependencies installed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants