Openssl binary with statically linked libssl and libcrypto

Salz, Rich rsalz at akamai.com
Thu Jul 25 13:31:07 UTC 2019


>    Sadly, I can not make use of the "no-shared" option as I still need the
    shared libraries to be built.
  
Statically linking against files built for shared libraries is possible on many platforms (link against the .a even though .so exists), but not all platforms.

You can always build twice.



More information about the openssl-users mailing list