opendnssec / SoftHSMv2

SoftHSM version 2
http://www.softhsm.org/
Other
767 stars 339 forks source link

Can't find OpenSSL headers- during ./configure #662

Closed sousoul closed 2 years ago

sousoul commented 2 years ago

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?

rijswijk commented 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.