安装snmp的时候
# yum install  net-snmp-devel
检查依赖关系过程中出现如下提示
Error: Protected multilib versions: nss-3.12.10-17.el6_2.x86_64 != nss-3.12.10-16.el6.i686
 You could try using --skip-broken to work around the problem

按提示说是多个库版本共存冲突,
解决方法是在执行命令后面加上:--setopt=protected_multilib=false  关闭多库版本检测
再次执行:yum install  net-snmp-devel  --setopt=protected_multilib=false

执行OK

另外,据说还有一种处理方法,包清理,去重复之后再执行yum安装。(没有测试过)
package-cleanup --cleandupes