[Solve] Failed to install erlang 24.0 via asdf on macOS 11.3.1
Got following error when installing erlang 24.0 via asdf ($ asdf install erlang 24.0
):
ERROR: /Users/user_name/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0/otp_src_24.0/lib/crypto/configure failed!
Solution: Using version 2.69 of
autoconf
on MacOs BigSur.brew install cjntaylor/personal/[email protected] brew unlink autoconf brew link [email protected]
Now the installation command should be able to work.
asdf install erlang 24.0