how to static link openssl library
Open
- Dominant language
- C
- Stars
- 443
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
libqat.so is dynamic linked with openssl library, but how to static linked with openssl library?
I changed
MAKE = perl $(with_openssl_dir)/util/mkerr.pl -conf e_qat.ec \
-rebuild -reindex -static -write $(libqat_la_SOURCES) && make
but it seems can't work
perl ../openssl-1.1.0h/util/mkerr.pl -conf e_qat.ec -rebuild -reindex -static -write e_qat.c qat_fork.c qat_events.c qat_callback.c qat_polling.c qat_asym_common.c qat_utils.c qat_rsa.c qat_rsa_crt.c qat_ciphers.c qat_dh.c qat_dsa.c qat_ec.c qat_prf.c cmn_mem_drv_inf.c e_qat_err.c && make all-am
Can't open source file -static
Contributor guide
Assessment
This issue has not been assessed yet.