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

CLI v0.21.0 binary requires GLIBC 2.39 (2024) despite being published in 2021 #1741

Closed
kevinxu12 opened this issue Dec 26, 2024 · 1 comment

Comments

@kevinxu12
Copy link

kevinxu12 commented Dec 26, 2024

When installing oso-cloud CLI v0.21.0 on Linux ARM64, the binary looks like it requires GLIBC 2.39 which was released in 2024.

Steps to reproduce

  1. Run the official install script:
export OSO_CLI_VERSION=0.21.0
curl -L https://cloud.osohq.com/install.sh | bash
objdump -T /usr/local/bin/oso-cloud | grep GLIBC_2.39
0000000000000000  w   DF *UND*	0000000000000000 (GLIBC_2.39) pidfd_spawnp
0000000000000000  w   DF *UND*	0000000000000000 (GLIBC_2.39) pidfd_getpid
<debug_output>
@ashwynair
Copy link

Hi @kevinxu12, thanks for the report! 🙂

Just a heads-up for the future: this repository is for the legacy oso open-source library, which has been deprecated. Since your issue is about oso-cloud, the best place to raise it is on our Community Slack.

In the meantime, I've contacted someone on our team to look into this. I'll close this ticket here since it isn't relevant to this repository, but feel free to reach out on Slack if you need updates or further help!

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