-
Notifications
You must be signed in to change notification settings - Fork 8.2k
debian10 libcrypto libssl symlink #11019
Copy link
Copy link
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build
Milestone
Description
i know that debian10 is not yet ready, i'm opening this issue to have a referral for people using powershell on buster or maybe kali linux.
issue #10080 also affects debian10: on debian buster/kali we have libcrypto.so.1.1 and libssl.so.1.1
the error i had using Invoke-Command against a remote windows host was:
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.
and to me, having libssl1.1 installed, the proposed fix works:
ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.1 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
of course if you have libssl1.0.2 you can:
ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build