Skip to content
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

curl-devel dependency fails on Amazon Linux #106

Open
catapultsoftworks opened this issue Dec 6, 2013 · 0 comments
Open

curl-devel dependency fails on Amazon Linux #106

catapultsoftworks opened this issue Dec 6, 2013 · 0 comments

Comments

@catapultsoftworks
Copy link

Amazon linux runs down the centos dependencies path, but in /dependencies/centos.pp, there is a version number-specific conditional for the curl-devel / libcurl-devel dependency that only works on centos. Amazon Linux uses different numbering.

See operatingsystem / operatingsystemrelease values as of this writing:
notice: The value is: Amazon
notice: The value is: 3.4.68-59.97.amzn1.x86_64

Since the string doesn't start with 6, it drops to the default case of curl-devl instead of libcurl-devel, which is incorrect.

Not sure the preferred solution here; hence creating an issue vs pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant