Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 linux 上创建一个使用 openssl 的库。当我尝试加载此 dll(Linux 上的 *.so)时,我收到“未定义符号:X509_EXTENSION_free”错误。我有点困惑是 Openssl 还是我的代码实现的问题。
-lcrypto创建共享库时,您可能会丢失 a 。
-lcrypto