<div dir="auto">Dear Mikael Pettersson,<div dir="auto"><br></div><div dir="auto">I am a rookie with no experience with Erlang at all. Can you please guide me how I can check that? And how I can setup the library/path?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 16 Oct 2020, 12:39 pm Mikael Pettersson, <<a href="mailto:mikpelinux@gmail.com">mikpelinux@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Oct 16, 2020 at 8:35 AM Aneeq Abid <<a href="mailto:aneeqabid@gmail.com" target="_blank" rel="noreferrer">aneeqabid@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I am facing the following error. OpenSSL is installed on the server. Can someone please provide any feedback why crypto is missing?<br>
><br>
> $ 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>
Does "ldd /usr/local/lib/erlang/lib/crypto-3.3/priv/lib/crypto.so" in<br>
the Unix shell find openssl.so?  If not, then that's your problem,<br>
and you may need to set up LD_LIBRARY_PATH.<br>
</blockquote></div>