<div dir="ltr"><div>Hi,</div><div><br></div><div>I am facing the following error. OpenSSL is installed on the server. Can someone please provide any feedback why crypto is missing?</div><div><br></div><div>$ erl<br>Erlang/OTP 17 [erts-6.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]<br><br>Eshell V6.0  (abort with ^G)<br>1> crypto:start().<br>** exception error: undefined function crypto:start/0<br>2><br>=ERROR REPORT==== 15-Oct-2020::23:28:36 ===<br>Unable to load crypto library. Failed with error:<br>"load_failed, Failed to load NIF library: '/usr/local/lib/erlang/lib/crypto-3.3/priv/lib/crypto.so: undefined symbol: HMAC_CTX_init'"<br>OpenSSL might not be installed on this system.<br><br>=ERROR REPORT==== 15-Oct-2020::23:28:36 ===<br>The on_load function for module crypto returned {error,<br>                                                 {load_failed,<br>                                                  "Failed to load NIF library: '/usr/local/lib/erlang/lib/crypto-3.3/priv/lib/crypto.so: undefined symbol: HMAC_CTX_init'"}}<br><br><br></div></div>