You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
The text was updated successfully, but these errors were encountered:
Issue and Steps to Reproduce
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.The text was updated successfully, but these errors were encountered: