[erlang-questions] Building erlang R1603-1 on CentOS - unable to load crypto library

Luis Rascão luis.rascao@REDACTED
Tue Feb 3 15:59:16 CET 2015


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

On Tue, Feb 3, 2015 at 2:39 PM, Imants Cekusins <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/af9de42a/attachment.htm>


More information about the erlang-questions mailing list