-
Notifications
You must be signed in to change notification settings - Fork 115
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
unable to start binary on Rocky Linux 8 (GLIBC_2.29 missing) #709
Comments
Hello and welcome to SQLPage ! Glibc 2.29 was released almost 6 years ago, I think it is reasonable dependency to have. If using a more recent os is not an option, I can recommend our docker image: https://hub.docker.com/r/lovasoa/sqlpage If you need help to get started, do not hesitate to ask here ! What do you want to build with SQLPage ? |
Here is a musl-based statically linked sqlpage binary I compiled locally, in case it's useful. |
Thank you very much! I will try it on a newer RH compatible distribution, thanks for the musl-based binary. |
Hi, |
Hi Eric ! In the meantime, here is a static build of the latest development version: sqlpage-dev-musl-linux.zip. This is a development version, so please report any bug you find (and use at your own risk) ;) The detailed build instructions are in CONTRIBUTING.md. |
Introduction
Starting the binary il bails that it cannot find GLIBC_2.29 nor in libm.so.6 or libc.so.6
To Reproduce
Start a binary on a v. 8 Red Hat compatible
Actual behavior
Error
Expected behavior
Rely on the current libc version or musl (for AlpineLinux)
Version information
The text was updated successfully, but these errors were encountered: