Skip to content

Incompatible libssl dependency on Ubuntu 22.04 and later #442

@NGPixel

Description

@NGPixel

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 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions