-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
prebuild binaries: Dynamically linked to musl? #25
Comments
Hmm, I thought that Go produces static builds by default. Do you know if there is any flag for |
I'm not a programmer in any means, but
|
Hi, thanks for your advice. Could you try the attached build, if it fixes the issue for you? |
Just ran into the very same issues as @thehotery, expecting the release to be executable on my linux machine but experiencing weird "not found" errors until I learned on debugging with ldd and seeing missing library. the attached build fixes this and is executable |
Thanks for confirming, released as 1.0.4. |
I'm trying to run this file on ubuntu and nothing happens
ldd says
root@host:/tmp/cert-chain-resolver_linux_amd64$ ldd cert-chain-resolver
linux-vdso.so.1 (0x00007ffc1537f000)
libc.musl-x86_64.so.1 => not found
Those builds intended only for alpine linux (using musl)?
The text was updated successfully, but these errors were encountered: