asdf-vm / asdf-erlang

Erlang plugin for asdf version manager
https://github.com/asdf-vm/asdf
MIT License
479 stars 118 forks source link

Issue with installation erlang 23.3 with asdf #273

Closed apoorv-2204 closed 1 year ago

apoorv-2204 commented 1 year ago

image

issue with installation with asdf. https://github.com/erlang/otp/issues/7073 https://pastebin.com/rt0wd1Nu

apoorv-2204 commented 1 year ago

solved via

cd /usr/local/src/
sudo git clone https://github.com/openssl/openssl.git -b OpenSSL_1_1_1-stable openssl-1.1.1m
cd openssl-1.1.1m
sudo ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib
sudo make
sudo make test
sudo make install_sw
export KERL_CONFIGURE_OPTIONS="-with-ssl=/usr/local/ssl"
asdf install erlang 23.3.3