-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
Description
Prerequisites
- Write a descriptive title.
- 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
dsccommand on Ubuntu 22.04 or later.
Expected behavior
A working `dsc` CLIActual 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 directoryEnvironment 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.0Version
v3.0.0-preview.7
Visuals
N/A