1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update dependencies for pywinrm

Adding the python-dev and libkrb5-dev libraries avoids the error message "error: command 'x86_64-linux-gnu-gcc' failed with exit status 1" when running "pip install kerberos"
This commit is contained in:
Roger Smith 2015-07-30 13:45:59 +12:00
parent 4b8e368039
commit 74e351a8ea

View file

@ -30,6 +30,7 @@ On a Linux control machine::
If you wish to connect to domain accounts published through Active Directory (as opposed to local accounts created on the remote host)::
sudo apt-get install python-dev libkrb5-dev
pip install kerberos
Kerberos is installed and configured by default on OS X and many Linux distributions. If your control machine has not already done this for you, you will need to.