You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are able to repro it on the latest version
Search the existing issues.
Summary
Attempting to run dsc on Ubuntu 22.04 or later results in a crash due to it expecting libssl 1.1, which is not present on Ubuntu 22.04 or later. The dependency should instead be replaced with openssl 3.x.
Steps to reproduce
attempt to run any dsc command on Ubuntu 22.04 or later.
Expected behavior
A working `dsc` CLI
Actual behavior
Exits with error `dsc: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory`
Error details
dsc: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Environment data
Name Value
---------
PSVersion 7.4.2
PSEdition Core
GitCommitId 7.4.2
OS Ubuntu 22.04.4 LTS
Platform Unix
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Version
v3.0.0-preview.7
Visuals
N/A
The text was updated successfully, but these errors were encountered:
Prerequisites
Summary
Attempting to run
dsc
on Ubuntu 22.04 or later results in a crash due to it expecting libssl 1.1, which is not present on Ubuntu 22.04 or later. The dependency should instead be replaced with openssl 3.x.Steps to reproduce
dsc
command on Ubuntu 22.04 or later.Expected behavior
A working `dsc` CLI
Actual behavior
Exits with error `dsc: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory`
Error details
dsc: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Environment data
Version
v3.0.0-preview.7
Visuals
N/A
The text was updated successfully, but these errors were encountered: