You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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.
The text was updated successfully, but these errors were encountered:
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
./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.
The text was updated successfully, but these errors were encountered: