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

Fedora release binaries don't run on target version #7902

Open
fanquake opened this issue Dec 4, 2024 · 0 comments · May be fixed by #7916
Open

Fedora release binaries don't run on target version #7902

fanquake opened this issue Dec 4, 2024 · 0 comments · May be fixed by #7916
Assignees
Milestone

Comments

@fanquake
Copy link
Contributor

fanquake commented Dec 4, 2024

Issue and Steps to Reproduce

# Running Fedora 30
wget https://github.com/ElementsProject/lightning/releases/download/v24.11rc3/clightning-v24.11rc3-Fedora-28-amd64.tar.gz
tar xf clightning-v24.11rc3-Fedora-28-amd64.tar.gz
./usr/local/bin/lightningd
./usr/local/bin/lightningd: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./usr/local/bin/lightningd)
./usr/local/bin/lightningd: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by ./usr/local/bin/lightningd)

My assumption is the bins are named Fedora-28, because they are meant to target that minimum version of Fedora. However they are built in a container using Fedora 35, so this doesn't work. It'd be good to clarify what versions are meant to be supported.

@rustyrussell rustyrussell added this to the v25.02 milestone Dec 7, 2024
ShahanaFarooqui added a commit to ShahanaFarooqui/lightning that referenced this issue Dec 7, 2024
ShahanaFarooqui added a commit to ShahanaFarooqui/lightning that referenced this issue Dec 17, 2024
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

Successfully merging a pull request may close this issue.

3 participants