<div dir="ltr">btw, worth mentioning again the existence of kerl<div>which is an excellent tool for building the erlang version</div><div>of your choice</div><div><a href="https://github.com/yrashk/kerl">https://github.com/yrashk/kerl</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 3, 2015 at 2:39 PM, Imants Cekusins <span dir="ltr"><<a href="mailto:imantc@gmail.com" target="_blank">imantc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">it is possible to install Erlang with dynamically linked openssl on<br>
elliptic curve challenged OS:<br>
<br>
1) install openssl<br>
<br>
./config --prefix=/usr --openssldir=/usr/local/openssl  shared -fPIC<br>
<br>
 make<br>
 make test<br>
sudo make install<br>
<br>
2) install Erlang<br>
<br>
./configure --prefix /usr --with-ssl-OpenSSL<br>
--with-ssl=/usr/include/openssl --enable-dynamic-ssl-lib<br>
<br>
make<br>
sudo make install<br>
</blockquote></div><br></div>