Devtalk
Erlang OTP-24.0.1 released!
Most Liked
dimitarvp
There’s no ElixirForum announcement forum post to comment on yet but I’ve just installed Erlang 24.0.1 without having to downgrade autoconf or specify any env vars on the command line! 
It was just a matter of a simple asdf install erlang 24.0.1
EDIT: Oh, there was a forum post after all, missed it by an hour or so. 
AstonJ
You missed it Dimi… moved your post to it ![]()
APB9785
I just tried asdf install erlang 24.0.1 and am still getting the same error as before:
ERROR: /Users/Macbook/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.1/otp_src_24.0.1/lib/crypto/configure failed!
(This is on macOS Mojave)
pbayer
Until
kerlstops passing theseDED_*flags you wont be able to build OTP 24 usingkerlon MacOS.
With autoconf@2.29 I the kerl build works flawlessly on my Mac:
➜ ~ /usr/local/bin/kerl update releases
The available releases are:
....
24.0
24.0.1
➜ ~ kerl build 24.0.1
Downloading OTP-24.0.1.tar.gz to /Users/paul/.kerl/archives...
....
Building Erlang/OTP 24.0.1 (24.0.1), please wait...
....
Erlang/OTP 24.0.1 (24.0.1) has been successfully built
➜ ~ kerl install 24.0.1 /usr/local/kerl/24.0.1
Installing Erlang/OTP 24.0.1 (24.0.1) in /usr/local/kerl/24.0.1...
....
➜ ~ iex
Erlang/OTP 24 [erts-12.0.1] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit]
Interactive Elixir (1.12.0) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> ...
I’m on macOS 11.3.1 (20E241), Intel.
I followed that advise to get autoconf@2.69:
brew install cjntaylor/personal/autoconf@2.69 brew unlink autoconf brew link autoconf@2.69







