Hacker News new | ask | show | jobs
by Jarred 1064 days ago
That’s an interesting error I haven’t seen before. Are you on the latest Linux kernel for WSL2? Is this WSL2 x64 or arm64?

Are you using musl by chance? Bun requires glibc 2.29+

1 comments

Yes I'm using musl. Alpine Linux in WSL2.
All alpine users should already know this

https://wiki.alpinelinux.org/wiki/Running_glibc_programs

Node.js works fine, the rustup script correctly determines I'm on a musl system and gives me the right binary.