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
~ 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
The text was updated successfully, but these errors were encountered:
httpit version
v0.1.0
Issue description
Please make release binary usable with static compilation or build not on Alpine, tnx
The text was updated successfully, but these errors were encountered: