Skip to content

🐛 BUG: Version `GLIBC_2.32' not found #3411

Open
@ammarsaf

Description

@ammarsaf

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 of

<my-project-worker-path>/node_modules/@cloudflare/workerd-linux-64/bin/workerd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found <my-project-worker-path>/node_modules/@cloudflare/workerd-linux-64/bin/workerd)

I have tested

sudo apt update
sudo apt install libc6

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

npm warn deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead

Then the following error during npx wrangler dev

<my-project-worker-path>/node_modules/@cloudflare/workerd-linux-64/bin/workerd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found <my-project-worker-path>/node_modules/@cloudflare/workerd-linux-64/bin/workerd)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions