Replies: 1 comment
-
Are you linking aginst |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm trying to statically compile my Rust project with OpenSSL using naersk and the static-musl example from the repo.
However, I'm not sure how to add OpenSSL in a way that works with musl and static linking. I tried adding pkgs.openssl but it either fails to link or complains about missing symbols.
Has anyone successfully linked OpenSSL statically in this setup? I'd really appreciate any pointers or a working flake.nix snippet.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions