I am on Ubuntu 18.04.1. Whenever I try to install any version of erlang via asdf, I get the following message:
APPLICATIONS DISABLED (See: /home/josh/.asdf/plugins/erlang/kerl-home/builds/asdf_18.0/otp_build_18.0.log)
* crypto : No usable OpenSSL found
* jinterface : No Java compiler found
* ssh : No usable OpenSSL found
* ssl : No usable OpenSSL found
I have confirmed that I have openssl installed (I have run apt-get install libssl-dev
. I have seen other answers suggest using a --with-ssl
flag as a kerl configuration, so I tried running KERL_CONFIGURATION_OPTIONS='--with-ssl=/usr/include/openssl'
but I still get the same message. Any ideas how to fix this?