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

Static Binary #13

Open
johnjelinek opened this issue Aug 17, 2016 · 1 comment
Open

Static Binary #13

johnjelinek opened this issue Aug 17, 2016 · 1 comment

Comments

@johnjelinek
Copy link

johnjelinek commented Aug 17, 2016

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 ")")
@eliihen
Copy link
Owner

eliihen commented Aug 17, 2016

I agree, a static binary would be pretty great.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants