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

unable to start binary on Rocky Linux 8 (GLIBC_2.29 missing) #709

Open
cbertelli opened this issue Nov 24, 2024 · 3 comments
Open

unable to start binary on Rocky Linux 8 (GLIBC_2.29 missing) #709

cbertelli opened this issue Nov 24, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@cbertelli
Copy link

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

$ /opt/sqlpage/sqlpage.bin: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /opt/sqlpage/sqlpage.bin)
   /opt/sqlpage/sqlpage.bin: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by /opt/sqlpage/sqlpage.bin)

Expected behavior

Rely on the current libc version or musl (for AlpineLinux)

Version information

  • OS: RockyLinux 8
@cbertelli cbertelli added the bug Something isn't working label Nov 24, 2024
@lovasoa
Copy link
Collaborator

lovasoa commented Nov 24, 2024

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 ?

@lovasoa lovasoa added enhancement New feature or request and removed bug Something isn't working labels Nov 24, 2024
@lovasoa
Copy link
Collaborator

lovasoa commented Nov 24, 2024

Here is a musl-based statically linked sqlpage binary I compiled locally, in case it's useful.

sqlpage.0.31.musl.bin.gz

@cbertelli
Copy link
Author

Thank you very much! I will try it on a newer RH compatible distribution, thanks for the musl-based binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants