-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Release musl compatible binaries #152
Comments
We didn't confirm that glibc vs musl was the problem, but it seems likely and only debug logging will provide more information. |
related to #111 |
I confirmed the problem was due to missing glibc. It is a musl vs glibc problem.
And then after a hack:
Compiling on Alpine would probably be necessary. |
@dimitarg thanks to your work I've automated the build of binaries for Alpine with Docker. @ejona86 thank you very much for your support. Without you I'd take ages to get this going, if ever. |
And for posterity and those not familiar with java logging, this is the config I used to get debug log output (named
And then specified |
@ejona86 would you mind adding that to the tcnative wiki? |
@ejona86 ^^ |
For the ones using Alpine Linux, it would be great to be have
musl
compatible binaries.The text was updated successfully, but these errors were encountered: