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.
我想在程序中使用 openssl 库文件。Openssl 安装在服务器上,但我不知道叫什么名字。如何使用 telnet 在服务器上搜索它并将这些文件包含在我的程序中以成功运行它?
OpenSSL 由几个库文件组成。您可能需要-lssl或-lcrypto或其他人。如果它不在默认位置,请询问您的系统管理员它的安装位置。
-lssl
-lcrypto