From: Igor Littig <igor.littig@xxxxxxxxx> > But when I'm installing " libstdc++.i686" I'm getting the > error > "Protected multilib versions: libstdc++-4.4.7-4.el6.i686 != > libstdc++-4.4.7-3.el6.x86_64 > " > Does anybody have ideas how can I work around this problem ? man yum.conf protected_multilib Either ‘1’ or ‘0’. This tells yum whether or not it should perform a check to make sure that multilib pack- ages are the same version. For example, if this option is off (rpm behaviour) pkgA-1.x86_64 and pkgA-2.i386 can be installed at the same time. However this is very rarely desired. install only packages, like the kernel, are excempt from this check. The default is ‘1’. As you can see, the libs versions in your error message are different... $ rpm -q libstdc++ libstdc++-4.4.7-4.el6.x86_64 libstdc++-4.4.7-4.el6.i686 JD _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos