Skip to content
Kilian Holzinger edited this page Nov 16, 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

Install Erlang 19.3 on Fedora 27

Just install the package compat-openssl10-devel via dnf.

Clone this wiki locally