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) をロードしようとすると、「undefined symbol: X509_EXTENSION_free」というエラーが表示されます。Opensslの問題なのか、コードの実装の問題なのか、少し混乱しています。
おそらく-lcrypto、共有ライブラリを作成するときに a がありません。
-lcrypto