[erlang-bugs] Crypto app and Solaris Openssl libraries

Andrew Thompson andrew@REDACTED
Thu Sep 27 19:29:54 CEST 2012


One thing we've explored with Riak at Basho was statically linking
erlang against a newer SSL, I believe the one that shipped (or still
ships) with Solaris had some bugs that liked to segfault the VM.

IIRC --disable-dynamic-ssl-lib will force a static linking of the SSL
library you specify with --with-ssl=PATH.

Andrew



More information about the erlang-bugs mailing list