[erlang-questions] Building erlang R1603-1 on CentOS - unable to load crypto library
Bryan
bryan@REDACTED
Tue Feb 3 16:37:33 CET 2015
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.
Cheers!
Bryan
----
Bryan Hughes
Go Factory
http://www.go-factory.net
Connecting the Internet of Things
> On Feb 3, 2015, at 6:59 AM, Luis Rascão <luis.rascao@REDACTED> wrote:
>
> btw, worth mentioning again the existence of kerl
> which is an excellent tool for building the erlang version
> of your choice
> https://github.com/yrashk/kerl <https://github.com/yrashk/kerl>
>
> On Tue, Feb 3, 2015 at 2:39 PM, Imants Cekusins <imantc@REDACTED <mailto:imantc@REDACTED>> wrote:
> it is possible to install Erlang with dynamically linked openssl on
> elliptic curve challenged OS:
>
> 1) install openssl
>
> ./config --prefix=/usr --openssldir=/usr/local/openssl shared -fPIC
>
> make
> make test
> sudo make install
>
> 2) install Erlang
>
> ./configure --prefix /usr --with-ssl-OpenSSL
> --with-ssl=/usr/include/openssl --enable-dynamic-ssl-lib
>
> make
> sudo make install
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150203/dabf7d71/attachment.htm>
More information about the erlang-questions
mailing list