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

Imants Cekusins imantc@REDACTED
Tue Feb 3 15:39:15 CET 2015


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



More information about the erlang-questions mailing list