<div>Hello,<br clear="all"></div><div><br></div><div>I built and installed Erlang R15B. Now i run erlang shell and try to execute crypto:start(), but get erorr:</div><div><br></div><div>=ERROR REPORT==== 20-Mar-2013::18:58:35 ===<br>
Unable to load crypto library. Failed with error:<br>"load_failed, Failed to load NIF library: '/usr/local/lib/erlang/lib/crypto-2.3/priv/lib/crypto.so: undefined symbol: enif_dlsym'"<br>OpenSSL might not be installed on this system.<br>
<br>=ERROR REPORT==== 20-Mar-2013::18:58:35 ===<br>The on_load function for module crypto returned {error,<br>                                                 {load_failed,"Failed to load NIF library: '/usr/local/lib/erlang/lib/crypto-2.3/priv/lib/crypto.so: undefined symbol: enif_dlsym'"}}<br>
** exception error: undefined function crypto:start/0<br></div><div><br></div><div>I built erlang with:</div><div><br></div><div>./configure --with-ssl -with-ssl=/usr/include/openssl && make && make install<br>
</div><div><br></div><div>How can i fix it?</div><div><br></div>-- <br><div>best regards,<br></div><div><br></div><div>twitter: <a href="https://twitter.com/0xAX" target="_blank">@0xAX</a></div><div>github: <a href="https://github.com/" target="_blank">0xAX</a></div>