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

🐛 About GLIBC 2.28 #4732

Open
1 task done
taiseiyo opened this issue Dec 13, 2024 · 1 comment
Open
1 task done

🐛 About GLIBC 2.28 #4732

taiseiyo opened this issue Dec 13, 2024 · 1 comment
Labels
S-Needs triage Status: this issue needs to be triaged

Comments

@taiseiyo
Copy link

Environment information

RHEL8.6
glibc2.28

What happened?

When I run Biome, I encounter the following error: /lib64/libm.so.6: version 'GLIBC_2.29' not found

Expected result

I would like Biome to support this version of GLIBC in the future.

Code of Conduct

  • I agree to follow Biome's Code of Conduct
@taiseiyo taiseiyo added the S-Needs triage Status: this issue needs to be triaged label Dec 13, 2024
@dyc3
Copy link
Contributor

dyc3 commented Dec 24, 2024

This error occurs because by default, rust dynamically links to glibc (its quite annoying when distributing binaries). You should be able to use the biome-linux-x64-musl binary from the releases, because those are completely statically linked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Needs triage Status: this issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants