PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

Incompatible libssl dependency on Ubuntu 22.04 and later #442

Open NGPixel opened 1 month ago

NGPixel commented 1 month ago

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

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