-
Notifications
You must be signed in to change notification settings - Fork 335
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
🐛 BUG: Version `GLIBC_2.32' not found #3411
Comments
Duplicate of cloudflare/workers-sdk#7911 - leaving this open as the bug is on a different platform |
I successfully built it using the
|
I am getting the same error on the same WSL setup (Ubuntu 20.04). As it turns out, the version of $ apt-get -s install libc6
...
libc6 is already the newest version (2.31-0ubuntu9.16).
... Since workerd requires [Edit] I can confirm that upgrading to Ubuntu 22.04, using the instructions here, the error is gone. The same is true after upgrading further to Ubuntu 24.04 |
Similar issue on RHEL9 since Wrangler 3.105.1:
Latest glibc for RHEL9 is
which basically means that projects using Wrangler/workerd kind of stuck now with version 3.105.0, as there is no RHEL10 release yet. Not to mention the time an enterprise probably requires to migrate a build intrastructure from 9 to 10 once it's available. However, I would understand such a change in OS support with a new Wrangler major release. But here it's a minor release (even a patch). |
Which Cloudflare product(s) does this pertain to?
Wrangler
What versions are you using?
3.105.1 [Wrangler[, v22.13.1 [Node.js]
What operating system and version are you using?
WSL , Ubuntu 20.04.4 LTS
Please provide a link to a minimal reproduction
No response
Describe the Bug
I just followed the tutorial from https://developers.cloudflare.com/workers/get-started/guide/, on the part of installing wrangler. I ran
npx wrangler dev
in my directory worker folder and got error ofI have tested
But still not working
Please provide any relevant error logs
Error on my terminal
I got warning previously before I did the
npx wrangler dev
Then the following error during
npx wrangler dev
The text was updated successfully, but these errors were encountered: