If libssl headers are missing in the system, the resulting Erlang build will not include crypto module. Such Erlang build is pretty much useless. For instance, rebar won't be working without crypto.
It would be great if kerl were asking a user whether he wants to continue a build without crypto. A simpler but a still better way of handling this situation would be exiting with an error.
If libssl headers are missing in the system, the resulting Erlang build will not include
cryptomodule. Such Erlang build is pretty much useless. For instance, rebar won't be working withoutcrypto.It would be great if kerl were asking a user whether he wants to continue a build without
crypto. A simpler but a still better way of handling this situation would be exiting with an error.