To check if you are linked statically or dynamically, what does ldd tell you? ( -Tom From: openssl-users [mailto:openssl-users-bounces@xxxxxxxxxxx]
On Behalf Of Aijaz Baig I am trying to build a shared library that internally links openssl and crypto libraries statically so I can use it in a production environment. To that end I am using the following Makefile
As mentioned here (https://stackoverflow.com/questions/18185618/how-to-use-static-linking-with-openssl-in-c-c/25811538#25811538),
I've changed the linker flags to:
--
Aijaz Baig |