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