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

version `GLIBC_2.29' not found (required by bun) #340

Closed
jasil2215P opened this issue Jul 7, 2022 · 3 comments
Closed

version `GLIBC_2.29' not found (required by bun) #340

jasil2215P opened this issue Jul 7, 2022 · 3 comments

Comments

@jasil2215P
Copy link

jasil2215P commented Jul 7, 2022

Screenshot from 2022-07-07 14-52-42
I am running ubuntu 18.04 LTS

whenever I tried to run bun it just throws an error
bun: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by bun) bun: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by bun)

@akomm
Copy link

akomm commented Jul 7, 2022

18.04 LTS: /lib/x86_64-linux-gnu/libc.so comes from libc6-dev package: file search

Looks like the libc version there is 2.27 and that is the problem package details. Your version of bun asks for 2.29.

I'v installed with explicit version of last release using: curl https://bun.sh/install bun-v0.1.1 | bash and it asks for 2.28 as its a bit older than the latest you have. But I have obviously same problem.

  • You can run it with older bun version (just lookup releases on github).
  • Or you can get manually libc at the required version.

It appears bun executable (amd64 v0.1.1) doesn't make a typical lookup, it wants the .so exactly there. So it forced you to replace the libc6-dev one and I don't think its a good idea, since other packages might rely on the version 2.27...

@FinnRG
Copy link
Collaborator

FinnRG commented Jul 7, 2022

Duplicate of #255. Please close this issue.

@moderation
Copy link

Thanks for your work in trying to close multiple duplicate issues @FinnRG

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

4 participants