On 27/11/15 05:54, Leandro wrote:
what I did is to take note of exaclty the same package that were installed on mi centos 7. Then I download the 3 packages on my rhel , and installed in the same order with rpm. I worked ... Thanks.
It's always better to consistently use yum to install packages, otherwise your RPMDB will go out of sync!
For next time: cd /path/to/downloaded/rpms yum localinstall *.rpm
AK.