Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

RHEL 7.4 no longer includes "gnutls" by default - Breaks winexe #444

Open
grichmond-salt opened this issue Sep 18, 2017 · 1 comment
Open

Comments

@grichmond-salt
Copy link

grichmond-salt commented Sep 18, 2017

When using a default install of RHEL 7.4 on AWS with Salt Cloud to create Windows minions, the user will receive the following notification:

Error: There was a profile error: Failed to authenticate against remote windows host (smb)

The source of the problem is that winexe returns this error:

winexe: error while loading shared libraries: libgnutls.so.28: cannot open shared object file: No such file or directory

This problem can be manually resolved by installing gnutls:

yum -y install gnutls

(apparently RHEL 7.4 no longer installs this package by default)

However, if the winexe package could identify this as a dependency, it would be helpful for customers that deploy with a fresh install of RHEL 7.4.

@grichmond-salt
Copy link
Author

Additional note:

This may be of interest:
https://www.redhat.com/archives/rhsa-announce/2017-August/msg00002.html

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

No branches or pull requests

1 participant