CentOS 6
запускаю команду yum install httpd-devel
получаю
yum install httpd-devel
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* remi-safe: mirrors.mediatemple.net
* updates: ftp.iij.ad.jp
Resolving Dependencies
--> Running transaction check
---> Package httpd-devel.x86_64 0:2.2.15-69.el6.centos will be installed
--> Processing Dependency: httpd = 2.2.15-69.el6.centos for package: httpd-devel-2.2.15-69.el6.centos.x86_64
--> Running transaction check
---> Package httpd.x86_64 0:2.2.15-69.el6.centos will be installed
--> Processing Dependency: httpd-tools = 2.2.15-69.el6.centos for package: httpd-2.2.15-69.el6.centos.x86_64
--> Processing Dependency: apr-util-ldap for package: httpd-2.2.15-69.el6.centos.x86_64
--> Running transaction check
---> Package apr-util-ldap.x86_64 0:1.3.9-3.el6_0.1 will be installed
--> Processing Dependency: apr-util = 1.3.9-3.el6_0.1 for package: apr-util-ldap-1.3.9-3.el6_0.1.x86_64
---> Package httpd-tools.x86_64 0:2.2.15-69.el6.centos will be installed
--> Running transaction check
---> Package apr-util.i686 0:1.3.9-3.el6_0.1 will be installed
--> Processing Dependency: libuuid.so.1 for package: apr-util-1.3.9-3.el6_0.1.i686
--> Processing Dependency: libexpat.so.1 for package: apr-util-1.3.9-3.el6_0.1.i686
--> Processing Dependency: libapr-1.so.0 for package: apr-util-1.3.9-3.el6_0.1.i686
--> Running transaction check
---> Package apr.i686 0:1.3.9-5.el6_9.1 will be installed
---> Package expat.i686 0:2.0.1-13.el6_8 will be installed
---> Package libuuid.i686 0:2.17.2-12.28.el6_9.2 will be installed
--> Finished Dependency Resolution
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. Eg.:
1. You have an upgrade for apr which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of apr 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 apr.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of apr 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 apr installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: apr-1.3.9-5.el6_9.1.i686 != apr-1.6.2-1.x86_64
Error: Protected multilib versions: apr-util-1.3.9-3.el6_0.1.i686 != apr-util-1.6.0-1.x86_64
решения из гугла не помогли
как исправить?