Skip to content

curl-devel dependency fails on Amazon Linux #106

@catapultsoftworks

Description

@catapultsoftworks

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions