Commit 74e351a8 by Roger Smith

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"
parent 4b8e3680
...@@ -30,6 +30,7 @@ On a Linux control machine:: ...@@ -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):: 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 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. 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment