Hello,
After yesterdays cpanel update I have a problem.
Message Below:
----
The system failed to execute yum with the arguments “--assumeyes --config /etc/yum.conf update --disablerepo=epel” because of an error:
reported error number 1 when it ended. : Error: Multilib version problems found.
This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem.
---
I see from these commands:
Can please advice how to solve it?
After yesterdays cpanel update I have a problem.
Message Below:
----
The system failed to execute yum with the arguments “--assumeyes --config /etc/yum.conf update --disablerepo=epel” because of an error:
reported error number 1 when it ended. : Error: Multilib version problems found.
This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem.
---
Code:
1. You have an upgrade for libssh2 which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of libssh2 of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude libssh2.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of libssh2 installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of libssh2 installed already.
You can use "yum check" to get yum show these errors...
Code:
# rpm -qa | grep libssh2
libssh2-1.8.0-1.0.cf.rhel6.x86_64
# yum list libssh2
Installed Packages
libssh2.x86_64
1.8.0-1.0.cf.rhel6 @city-fan.org
Available Packages
libssh2.i686
1.4.2-2.el6_7.1 base