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
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
The text was updated successfully, but these errors were encountered:
we added binaries to the release CI flow but it looks like it may have some compatibility issues with some (older?) systems
bug report:
The text was updated successfully, but these errors were encountered: