Skip to content

Instantly share code, notes, and snippets.

@gthieleb
Created August 30, 2016 08:39
Show Gist options
  • Save gthieleb/53274c94d361c807ccb04aab0cc9c316 to your computer and use it in GitHub Desktop.
Save gthieleb/53274c94d361c807ccb04aab0cc9c316 to your computer and use it in GitHub Desktop.
ansible dependencies on rhel 7
gcc
automake
python-devel
openssl-devel
glibc-devel
libffi-devel
@gthieleb
Copy link
Author

Dependencies on Debian/Ubuntu:

build-essential
libpython-dev
libgnutls-dev
linux-libc-dev
libffi-dev

@gthieleb
Copy link
Author

libssl-dev (if openssl is installed instead of gnutls)

@gthieleb
Copy link
Author

package name libgnutls-dev changed to libgnutls28-dev in 17.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment