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

Error /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found #427

Closed
benc-uk opened this issue May 20, 2023 · 6 comments
Closed

Comments

@benc-uk
Copy link

benc-uk commented May 20, 2023

I've been using air for years on my system, today I downloaded the latest version and I get this error

./air_1.43.0_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./air_1.43.0_linux_amd64)
./air_1.43.0_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./air_1.43.0_linux_amd64)

I am running Ubuntu 20.04 LTS

Distributor ID: Ubuntu
Description:    Ubuntu 20.04.6 LTS
Release:        20.04
Codename:       focal
@benc-uk
Copy link
Author

benc-uk commented May 20, 2023

I rolled back to 1.42.0 of air and the error was gone
Something big changed with the 1.43.0 release or build

@benc-uk
Copy link
Author

benc-uk commented May 22, 2023

Seems like this was caused by the recent version bump to 1.20
golang/go#58550

@hotrush
Copy link

hotrush commented May 30, 2023

Adding apt install -y libc6 libc6-dev libc6-dbg helped to me

@mstgnz
Copy link

mstgnz commented Jun 2, 2023

Same problem
This problem, does not happen in my local on mac. It's happening on ubuntu 22.04 server.
air: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by air)

I rolled back to 1.42.0 of air and the error was gone Something big changed with the 1.43.0 release or build

I tried this but still got error. at least the error has changed.
2023/06/02 08:41:44 open .air.toml: no such file or directory

Adding apt install -y libc6 libc6-dev libc6-dbg helped to me

I tried this but nothing change.

@silverwind
Copy link
Contributor

Duplicate of #415.

@xiantang
Copy link
Collaborator

xiantang commented Oct 9, 2023

close for dupl

@xiantang xiantang closed this as completed Oct 9, 2023
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

5 participants