microsoft / mindaro

Bridge to Kubernetes - for Visual Studio and Visual Studio Code
MIT License
307 stars 106 forks source link

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

Open rubbercrane opened 2 years ago

rubbercrane commented 2 years ago

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](https://user-images.githubusercontent.com/40781476/171998042-f12b3d68-6756-46b3-9a54-540a519f5dc9.png)
robv8r commented 2 years ago

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 commented 2 years ago

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

soccerdude288 commented 2 years ago

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