[erlang-questions] static build of Erlang with openssl ?

Jared Morrow jared@REDACTED
Sat Nov 3 23:31:19 CET 2012


You'll want to do something like:

% openssl

./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared
make && make install

% erlang

./configure --with-ssl=/usr/local/ssl/ --disable-dynamic-ssl-lib


-Jared

On Sat, Nov 3, 2012 at 2:03 AM, Benoit Chesneau <bchesneau@REDACTED> wrote:

> Is there a way to build Erlang with openssl statically on unixes ?
>
> - benoît
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121103/9e219e29/attachment.htm>


More information about the erlang-questions mailing list