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

GLIBC requirements on new binary #1623

Open
sudo-whodo opened this issue Jan 24, 2025 · 1 comment
Open

GLIBC requirements on new binary #1623

sudo-whodo opened this issue Jan 24, 2025 · 1 comment

Comments

@sudo-whodo
Copy link

Hey,

I was working on updating to the latest release, looks like the binary was complied with a newer version of glibc. My system with the issue is Unbuntu 22.04.

Error:

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found. 

I didn't see a note in the release and it was a minor bump. I'm thinking the workflow label of "ubuntu-latest" is moving the glibc requirement.

runs-on: ubuntu-latest

The Workflow label could be updated to a more specific version to resolve this.

https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories

ubuntu-24.04
ubuntu-22.04
ubuntu-20.04

Best,
Frazz

@sudo-whodo sudo-whodo changed the title GLIBC reqirements on new binary GLIBC requirements on new binary Jan 24, 2025
@TomatoAres
Copy link
Contributor

This is a great question. We will solve it soon.

The temporary solutions are as follows:

  1. On your own machine, pull the code and compile it according to the instructions in the README.
  2. Use the Docker image provided by us to run it in a container environment.

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

2 participants