Session monitor installation fails with dependency error
I recently downloaded Oracle Linux 7 and OCSM 4.3.0.2 for a lab installation / proof of concept.
I also downloaded all of the dependency RPMs (goal is to verify offline installation capability) and MySQL.
When I try to install OCSM via "yum install -y ocsm" I initially hit a lot of dependency errors, which were overcome by downgrading one of the installed RPMs and installing others manually.
Only error I get at this point, which I am unable to overcome, is:
Error: Package: ocsm-4.3.0.2.0-159.x86_64 (OCSM)
Requires: libmlx5.so.1 (MLX5_1.7)(64bit)
However, the required package should be installed by libibverbs.
Is there any way to overcome the error?