httpit icon indicating copy to clipboard operation
httpit copied to clipboard

🐛 Crashes on start because musl

Open subvillion opened this issue 4 years ago • 1 comments

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 avatar Mar 12 '21 09:03 subvillion

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

kiyonlin avatar Mar 12 '21 09:03 kiyonlin