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

Raspberry Pi 4 Support #64

Open
forlornidealist opened this issue Dec 30, 2022 · 0 comments
Open

Raspberry Pi 4 Support #64

forlornidealist opened this issue Dec 30, 2022 · 0 comments

Comments

@forlornidealist
Copy link

SUMMARY

Forgive me if this is an ignorant question, but should this be expected to work on a Raspberry Pi 4 (Fedora 37 aarch64)? I'm able to install the module, and Install-WSMan does not give me any errors, but when trying to use it, I get the following:

Invoke-Command: This parameter set requires WSMan, and no supported WSMan client library was found. WSMan is either not installed or unavailable for this system.

PS /home/user> Install-WSMan -Verbose
VERBOSE: Getting OpenSSL version for 'libssl', 'libssl.so', 'libssl.so.1.1', 'libssl.so.10', 'libssl.so.1.0.0', 'libssl.so.3'
VERBOSE: OpenSSL Version: Major 3 Minor 0 Patch 0
VERBOSE: Host Info:
{
  "StandardLib": "glibc",
  "OpenSSL": "3",
  "LibCrypto": null,
  "LibSSL": null
}
VERBOSE: Installing WSMan libs for 'glibc-3'
VERBOSE: Checking to see if libmi.so is installed
VERBOSE: Checking to see if libpsrpclient.so is installed

PS /home/user> which openssl
/usr/bin/openssl

PS /home/user> openssl version
OpenSSL 3.0.5 5 Jul 2022 (Library: OpenSSL 3.0.5 5 Jul 2022)
MODULE VERSION
ModuleType Version    PreRelease Name                                ExportedCommands
---------- -------    ---------- ----                                ----------------
Script     2.3.1                 PSWSMan                             {Disable-WSManCertVerification, Enable-WSManCertVerification, Get-WSManVersion, Install-WSMan…}
OS / ENVIRONMENT

Distribution: Fedora 37 (aarch64 on Raspberry Pi 4)
Pwsh version: 7.3.1 (aarch64)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant