Replies: 1 comment 1 reply
-
|
现阶段各大发行版的openssl版本不一致,有的没有3.0版本,有的没有1.1版本,静态链接是为了只打一个包适用于所有发行版。 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Linux 发行版打包一般倾向于动态链接系统的 openssl,如果没有特殊原因,我在 NixOS 的包里打个 patch 仍然使用系统的 openssl。
Beta Was this translation helpful? Give feedback.
All reactions