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

Add glibc version 2.28+ limitation for using opm #27181

Merged
merged 1 commit into from
Dec 1, 2020

Commits on Nov 21, 2020

  1. Add glibc version 2.28+ limitation for using opm

    If the linux has not glibc more than v2.28,
    you can face "error /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./opm)" error, when you run the "opm".
    And podman version is recommended 2.0+ for suppressing potential bug implication.
    
    Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1892004#c3
               https://bugzilla.redhat.com/show_bug.cgi?id=1894167
    bysnupy committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    ad81d9d View commit details
    Browse the repository at this point in the history