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

Helm Spray 4.0.12: error with /lib64/libc.so.6: version `GLIBC_2.34' not found #83

Open
n1kofr opened this issue May 23, 2023 · 2 comments

Comments

@n1kofr
Copy link

n1kofr commented May 23, 2023

Using helm spay 4.0.12 with helm version 3.11.3 and RHEL 8.7, we have the following error:

/home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray: /lib64/libc.so.6: version GLIBC_2.34' not found (required by /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray) /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray: /lib64/libc.so.6: version GLIBC_2.32' not found (required by /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray)

When rolling back to Spray 4.0.9, everything works fine.

@cvila84
Copy link
Collaborator

cvila84 commented Jul 24, 2023

Seems related to golang/go#57328 (comment)

Best fix is to update OS (it is a dependency like others after all), otherwise I guess it's feasible to push the CGO_ENABLED build configuration to github action runner

@n1kofr
Copy link
Author

n1kofr commented Jul 24, 2023

we cannot always ensure the libs are present on the OS, it can be an old system or more recent in which we cannot control what is installed. Having a better compatibility managed by the Helm Spray delivery would help us.
Thanks.

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

2 participants