PowerShell / ConsoleGuiTools

Modules that mix PowerShell and GUIs/CUIs!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.ConsoleGuiTools
MIT License
776 stars 59 forks source link

OGV throws 'No usable version of libssl was found' on CentOS 9 Stream (RHEL 9) #191

Closed brolifen closed 1 year ago

brolifen commented 1 year ago

Prerequisites

Steps to reproduce

Install pwsh on a fresh CentOS 9 Stream: sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v7.3.4/powershell-7.3.4-1.rh.x86_64.rpm

Install the module Install-Module Microsoft.PowerShell.GraphicalTools

Expected behavior

PS /> Get-Process | Out-GridView

shows ogv gui

Actual behavior

PS /> Get-Process | Out-GridView
PS /> No usable version of libssl was found

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      7.3.4
PSEdition                      Core
GitCommitId                    7.3.4
OS                             Linux 5.14.0-316.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 19 11:26:13 UTC 2023
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

CentOS Stream 9

Visuals

No response

SteveL-MSFT commented 1 year ago

Avalonia no longer supported in this repo