-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Build Fails on RHEL 6 #432
Comments
Tagged as a bug/enhancement. What a world when mathematical curves are patent encumbered. |
i have the same issue !! |
The referenced etcd bug states that they don't think it should be on them to remove functionality useful to many because one distribution chooses to patch it out. I agree with this stance; we build against official released Go. You can either build Go yourself on RHEL and then build Vault with it, or you can use our signed binary releases which are built against official Go releases. |
When building using the distro's golang (go version go1.4.2 linux/amd64), the build fails with message:
This is because RHEL/Fedora remove certain curves from crypto packages because of patent encumbrances (see coreos/etcd-ca#22, for example). Please consider removing this curve (p256 is still available).
The text was updated successfully, but these errors were encountered: