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

CGO and linking woes when building with newer Fedora versions #2140

Closed
orpiske opened this issue Mar 16, 2021 · 1 comment
Closed

CGO and linking woes when building with newer Fedora versions #2140

orpiske opened this issue Mar 16, 2021 · 1 comment

Comments

@orpiske
Copy link
Contributor

orpiske commented Mar 16, 2021

When building on Fedora 33, trying to run the operator image on a k3s cluster running CentOS Stream, the operator fails with:

kamel: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by kamel)

This seems to be fixed by disabling CGO for the build-kamel target on the Makefile.

I'll send a PR with a proposed fix for this.

@astefanutti
Copy link
Member

Fixed with #2141.

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