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

investigate system compatibility with built binaries #78

Open
ralexstokes opened this issue Feb 16, 2023 · 2 comments
Open

investigate system compatibility with built binaries #78

ralexstokes opened this issue Feb 16, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ralexstokes
Copy link
Owner

we added binaries to the release CI flow but it looks like it may have some compatibility issues with some (older?) systems

bug report:

@ralexstokes I get this when running the compiled binary locally:
./mev: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./mev)
./mev: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./mev)
./mev: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./mev)
Is it possible to build this with an earlier version of libc, so that it is compatible with distro's running older kernels
@ralexstokes ralexstokes added the bug Something isn't working label Feb 16, 2023
@ralexstokes
Copy link
Owner Author

ralexstokes commented Feb 16, 2023

from @michaelsproul

for Lighthouse we build with cross on an old Ubuntu version to get a binary that works across many distros

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants