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

MCFOST binary does not work on older linux version #136

Open
kandrych opened this issue Dec 4, 2024 · 1 comment
Open

MCFOST binary does not work on older linux version #136

kandrych opened this issue Dec 4, 2024 · 1 comment

Comments

@kandrych
Copy link

kandrych commented Dec 4, 2024

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

The problem is I have GLIBC 2.31 and cannot update it easily.

@cpinte
Copy link
Owner

cpinte commented Dec 4, 2024

Hi Kateryna,
The minimal glibc version is set by the linux version on the github action nodes. I do not have control over this.
If you cannot update your linux version, the solution is to compile mcfost instead of using the binary

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