asdf-erlang
asdf-erlang copied to clipboard
Unable to install multiple versions on Arch linux
I've tried versions 21.3.2, 21.3.8, 22.3 all fail with
configure: error: cannot find required auxiliary files: config.guess config.sub
or
configure: error: cannot find required auxiliary files: install-sh config.guess config.sub
That looks like some directory configuration issue... any help would be appreciated 🙇🏼♂️
otp_build_21.3.8.log otp_build_21.3.2.log otp_build_22.3.log
I think, you may downgrade autoconf package: https://github.com/kerl/kerl/issues/359#issuecomment-799605467
Also, you can try some possible solutions from wiki: https://github.com/asdf-vm/asdf-erlang/wiki
@iuriatan did you ever get this figured out?
@Stratus3D I've also run into this exact problem building Apache's httpd in a Docker container running Archlinux with these same issues.