We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the asdf-erlang wiki!
Arch Linux ships with openssl 1.1, which is not compatible with Erlang 19.3 and fails during installation. In order to fix that:
sudo pacman -S openssl-1.0 mkdir -p ~/.openssl-1.0 cd ~/.openssl.1-0 ln -sf /usr/lib/openssl-1.0 lib ln -sf /usr/include/openssl-1.0 include ERLANG_OPENSSL_PATH=~/.openssl-1.0 asdf install erlang 19.3