-
Notifications
You must be signed in to change notification settings - Fork 16
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
Release statically linked binaries, not dynamically linked ones #815
Comments
smelc
changed the title
Release statically linked binaries, not dynamically linked
Release statically linked binaries, not dynamically linked ones
Jul 3, 2024
Yes, the current release doesn't work:
|
2 tasks
@SynthLuvr> fix is on its way: #819 |
Fixed by #819 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, we're distributing dynamically linked executables. For example if you download the Linux binary from the 9.0.0 release,
file
shows that the binary is dynamically linked:01:50:56 HOME/Downloads/cardano-cli-9.0.0.0-x86_64-linux → file ./cardano-cli-x86_64-linux ./cardano-cli-x86_64-linux: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/ld-linux-x86-64.so.2, for GNU/Linux 3.10.0, not stripped
The text was updated successfully, but these errors were encountered: