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.
/usr/bin/ld: cannot find -lcrypto というリンカ エラーが発生します。
echo $LD_LIBRARY_PATH は /usr/lib を提供します
/usr/lib には libcrypto.so.1.0.0 があります
Makefile の gcc 行に -lcrypto フラグを追加しました。
この問題を解決する方法がわかりません。