-
Notifications
You must be signed in to change notification settings - Fork 25
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
./shovel: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./shovel) when building on ubuntu 22 #245
Comments
OK. Let me try to reproduce. Here is what I'm seeing, can you share your OS details?
|
sure
|
I bet if you updated the linux kernel or ubuntu version this problem would go away. Also, I did just build shovel with cgo disabled (we aren't using it anyways) using:
Want to give this: shovel.zip a try? |
the zip works as expected
|
OK. I just added this to the automated build program. See my commit above. Let me know if the new binaries work: https://indexsupply.net/bin/main/linux/amd64/shovel (once the aforementioned commit finishes its build process) |
thanks @ryandotsmith, it works!
|
Trying to use the binary on ubuntu but I ran into the following issue:
After some googling seems like a solution could be building with
CGO_ENABLED=0
, see e.g. aws/aws-lambda-go#340The text was updated successfully, but these errors were encountered: