-
Cannot use commands without YAML dependency
On a log file of a software agent installed on Ubuntu 20.04, I’ve found the following message
[error] – Cannot use commands without YAML dependency, please install it.
I’ve easily solved it by running apt install libyaml-tiny-perl
Anyway, this dependency could be added in the script https://pfms.me/agent-deploy on line 171
execute_cmd “apt install -y perl wget curl unzip procps python3 python3-pip” ‘Installing agent dependencies’
It’s just about adding this dependencyexecute_cmd “apt install -y perl wget curl unzip procps python3 python3-pip libyaml-tiny-perl” ‘Installing agent dependencies’
Note this missing dependency doesn’t prevent the sotware agent to work … but I guess some info were missing