Openssl binary with statically linked libssl and libcrypto

Michael Mueller abaci.mjm at gmail.com
Wed Jul 24 17:49:11 UTC 2019


On Wed, Jul 24, 2019, 7:00 AM K Lengauer <kevin.lengauer at adnovum.ch> wrote:

>
So if I understand you correctly you also use the
> "build.info" file to specify the static libraries as dependencies for the
> 'openssl' binary.
>

Negative. We use the following method:

./config  \
                no-hw  \
                no-zlib \
                no-shared \
                no-ssl2 \
                no-ssl3 \
                --prefix=$INSTALL_D \
                --openssldir=$INSTALL_D


> Do you encounter any segmentation faults when running the tests provided by
> OpenSSL in the openssl/test/recipes, i.e. when running "make test"?


Tests run cleanly. Some tests are skipped.


>
> --
> Sent from: http://openssl.6102.n7.nabble.com/OpenSSL-User-f3.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20190724/8488e831/attachment.html>


More information about the openssl-users mailing list