Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible libssl dependency on Ubuntu 22.04 and later #442

Closed
3 tasks done
NGPixel opened this issue Jun 1, 2024 · 0 comments · Fixed by #501
Closed
3 tasks done

Incompatible libssl dependency on Ubuntu 22.04 and later #442

NGPixel opened this issue Jun 1, 2024 · 0 comments · Fixed by #501
Assignees
Labels
Issue-Bug Something isn't working Need-Review

Comments

@NGPixel
Copy link

NGPixel commented Jun 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Something isn't working Need-Review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants