Compile oqs-provider for openssl installed in arbitrary path #505
-
Hi, I have installed openssl-3.4.0-dev in
but when I compile oqs-provider with
It doesn't get the right openssl (it seems like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @xianglingzhang, thanks for the question. You can tell CMake where to find your custom installation of OpenSSL by setting the As a future note, if you want to try out |
Beta Was this translation helpful? Give feedback.
Hi @xianglingzhang, thanks for the question. You can tell CMake where to find your custom installation of OpenSSL by setting the
OPENSSL_ROOT_DIR
variable. Please let me know if that fixes your issue.As a future note, if you want to try out
oqs-provider
for a specific OpenSSL version without causing issues with an existing OpenSSL installation, you can use thefullbuild.sh
script to automatically configure and build an arbitrary OpenSSL version without doing a system-wide installation.