ahmed82 / LFX-CLP2023

0 stars 0 forks source link

Error while configuring SoftHSM #3

Closed sadityakumar9211 closed 1 year ago

sadityakumar9211 commented 1 year ago

I was building SoftHSM version 2.5 from source as recommended in Fabric docs. While running ./configure --disable-gost I am getting following error:

configure: error: Can't find OpenSSL headers

I have openssl version 3.3.

sadityakumar9211 commented 1 year ago

I installed openssl version 3.2 from source and it solved the above issue. Followed this Stackoverflow post.