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

🐛 Crashes on start because musl #5

Open
subvillion opened this issue Mar 12, 2021 · 1 comment
Open

🐛 Crashes on start because musl #5

subvillion opened this issue Mar 12, 2021 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@subvillion
Copy link

httpit version
v0.1.0

Issue description

~ strace ./httpit
execve("./httpit", ["./httpit"], [/* 26 vars */]) = -1 ENOENT (No such file or directory)
write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
exit_group(1)                           = ?
+++ exited with 1 +++

~ file ./httpit
./httpit: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-x86_64.so.1, stripped

Please make release binary usable with static compilation or build not on Alpine, tnx

@subvillion subvillion added the bug Something isn't working label Mar 12, 2021
@kiyonlin
Copy link
Contributor

kiyonlin commented Mar 12, 2021

Hey! The binaries were released automatically by gorelease with default configuration. So could you build the binary by yourself?

@kiyonlin kiyonlin added question Further information is requested help wanted Extra attention is needed and removed bug Something isn't working labels Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants