<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks so much everyone! Really appreciate all the replies and information. Luis, aware of Kerl, unfortunately it is just old habit of building Erlang. Normally it is so trivial.<div class=""><br class=""></div><div class="">Cheers!</div><div class=""><br class=""></div><div class="">Bryan<br class=""><div apple-content-edited="true" class="">
<div style="orphans: auto; text-align: start; text-indent: 0px; widows: auto; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="orphans: 2; text-align: -webkit-auto; text-indent: 0px; widows: 2; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">----</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Bryan Hughes</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><b class="">Go Factory</b></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="http://www.go-factory.net" class="">http://www.go-factory.net</a></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="orphans: auto; widows: auto;" class=""><i class="">Connecting the Internet of Things</i></div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Feb 3, 2015, at 6:59 AM, Luis Rascão <<a href="mailto:luis.rascao@gmail.com" class="">luis.rascao@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">btw, worth mentioning again the existence of kerl<div class="">which is an excellent tool for building the erlang version</div><div class="">of your choice</div><div class=""><a href="https://github.com/yrashk/kerl" class="">https://github.com/yrashk/kerl</a><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Feb 3, 2015 at 2:39 PM, Imants Cekusins <span dir="ltr" class=""><<a href="mailto:imantc@gmail.com" target="_blank" class="">imantc@gmail.com</a>></span> wrote:<br class=""><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 class="">
elliptic curve challenged OS:<br class="">
<br class="">
1) install openssl<br class="">
<br class="">
./config --prefix=/usr --openssldir=/usr/local/openssl  shared -fPIC<br class="">
<br class="">
 make<br class="">
 make test<br class="">
sudo make install<br class="">
<br class="">
2) install Erlang<br class="">
<br class="">
./configure --prefix /usr --with-ssl-OpenSSL<br class="">
--with-ssl=/usr/include/openssl --enable-dynamic-ssl-lib<br class="">
<br class="">
make<br class="">
sudo make install<br class="">
</blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></body></html>