From 74e351a8eaa96914fa229c967d1df5f97849ddfb Mon Sep 17 00:00:00 2001 From: Roger Smith Date: Thu, 30 Jul 2015 13:45:59 +1200 Subject: [PATCH] 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" --- docsite/rst/intro_windows.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst index 645248fde5..ff8d99a88f 100644 --- a/docsite/rst/intro_windows.rst +++ b/docsite/rst/intro_windows.rst @@ -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.