It stops after “Downloading kerl” and then nothing happens. Its like it fnished.
I have followed the steps before-asdf-install also before installing the plugin, but non the less this does not prevent the error.
I guess it works? Not sure what to make of the result though.
$ asdf list-all erlang
Downloading kerl...
chmod: cannot access '/home/user/.asdf/plugins/erlang/kerl': No such file or directory
/home/user/.asdf/plugins/erlang/bin/utils.sh: line 44: /home/user/.asdf/plugins/erlang/kerl: No such file or directory
/home/user/.asdf/plugins/erlang/bin/list-all: line 8: /home/user/.asdf/plugins/erlang/kerl: No such file or directory
$
To be clear, this is a fresh machine, with a fresh asdf installation and a fresh erlang-plugin install. No erlang versions are installed, all is fresh new.
yes.
I don’t know the values of kerl_paht nor $KERL_VERSION being passed to the script :S
Fresh install with the latest version of asdf 0.8.0
I am assuming this does not happen to you?
I did install Ubuntu with the “minimal installation option”. Maybe I am missing some library or certificates?
I am not sure if I messed up the asdf installation, or if this is now showing the real problem:
$ chmod -R u+rwx ~/.asdf/
$ asdf install erlang 22.2.8
/home/user/.asdf/lib/commands/command-install.bash: line 111: get_plugin_path: command not found
/home/user/.asdf/lib/commands/command-install.bash: line 112: check_if_plugin_exists: command not found
/home/user/.asdf/lib/commands/command-install.bash: line 147: get_install_path: command not found
/home/user/.asdf/lib/commands/command-install.bash: line 149: get_download_path: command not found
mkdir: cannot create directory ‘’: No such file or directory
/home/user/.asdf/lib/commands/command-install.bash: line 188: asdf_run_hook: command not found
/bin/install: /bin/install: cannot execute binary file
Add -v (verbose) to curl-Lsov and see why it fails. I guess you have a problem with certs. At least, it would explain why your browser complaints.
Could you run sudo apt-get install -y ca-certificates?