Objective
Submit a solution to solve the dependencies error that occurs when trying to run the agent installer.
Symptom
It is very common to have the need for installation of dependencies. This failure will occur when the avobe mentioned test is performed, see below:
Verifuing dependencies... [######################][FAIL] - Before proceeding with the installation of the agent, you must install the following packages: xinetd sysstat gcc openssl-devel net-snmp-utils yum install gcc openssl-devel net-snmp-utilis =========== Canceling installation... =========== [root@opmon-vm opuser]#
Solution
To solve the problem, simply install the file mentioned in the message presented as example below:
[root@localhost ~]# yum install xinetd sysstat gcc openssl-devel net-snmp-utils -y
After the installation of the dependencies, try reinstalling the agent again.