Closed sousoul closed 2 years ago
Installing developer tools on macOS no longer installs OpenSSL by default (Apple uses their own crypto library). In order to build SoftHSM, you'll need to install a third-party OpenSSL package, probably the best option is to install the one from Homebrew.
I want to install SoftHSM v2.5 from source code on MacOS, But I meet this configure error: checking for openssl/ssl.h... no configure: error: Can't find OpenSSL headers
I am confused and how can I solve this problem?