-
-
Notifications
You must be signed in to change notification settings - Fork 770
Can't compile with target=x86_64-unknown-linux-musl #434
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
Comments
What is the output when you run this command?
|
|
After some digging. I think openssl-sys-extra won't compile with the libssl-dev from apt repository anyway. There is some compiler(?) specified stuff locate in /usr/include/x86_64-linux-gnu/openssl/. I think I need to compile openssl with musl first. |
Some other crates I'm familiar with:
If openssl-sys supported compiling openssl itself (via detecting musl or an environment variable like |
I would be uncomfortable being on the hook for rushing out new releases of openssl-sys whenever OpenSSL fixes some critical security vulnerability. |
The text was updated successfully, but these errors were encountered: