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
alpine uses musl instead of glibc, it would be much pretty great if wsta could be a static binary. Do you think this might be possible?
Here's what happens if I run wsta in alpine:
# file wsta
wsta: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=ab85bdf454d82ff7135d3daf03a097a8a014d395, not stripped
# sh wsta
wsta: line 1: �ELF: not found
wsta: line 5: syntax error: unexpected word (expecting ")")
The text was updated successfully, but these errors were encountered:
I have previously tried to compile it statically, but so far failed on rust-openssl. If that problem resolves itself, then wsta as a static binary would be a very real possibility.
alpine uses musl instead of glibc, it would be much pretty great if
wsta
could be a static binary. Do you think this might be possible?Here's what happens if I run wsta in alpine:
The text was updated successfully, but these errors were encountered: