Skip to content
Fran Casas edited this page Jul 18, 2017 · 9 revisions

Welcome to the asdf-erlang wiki!

Install Erlang 19.3 on Arch Linux

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
Clone this wiki locally