When setting up aprd for the first time locally I ran into several installation problems. A crucial one being that erlang 23.1.1 seems to have an issue. I was able to install this version after a while with running this fix before (found here: asdf-vm/asdf-erlang#195 (comment)):
brew install autoconf@2.69 && \
brew link --overwrite autoconf@2.69 && \
autoconf -V
But since there is already erlang 24 out now, we might as well upgrade erlang & elixir at some point.
When setting up aprd for the first time locally I ran into several installation problems. A crucial one being that erlang 23.1.1 seems to have an issue. I was able to install this version after a while with running this fix before (found here: asdf-vm/asdf-erlang#195 (comment)):
But since there is already erlang 24 out now, we might as well upgrade erlang & elixir at some point.