- 论坛徽章:
- 0
|
求助应该怎么办呢,谢谢啦
[root@nginx ]# yum install net-snmp-devel
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Setting up Install Process
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* base: mirrors.sina.cn
* epel: mirror.premi.st
* extras: mirrors.yun-idc.com
* updates: mirrors.yun-idc.com
204 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package net-snmp-devel.x86_64 1:5.5-50.el6_6.1 will be installed
--> Processing Dependency: openssl-devel for package: 1:net-snmp-devel-5.5-50.el6_6.1.x86_64
--> Running transaction check
---> Package openssl-devel.x86_64 0:1.0.1e-16.el6_5.7 will be installed
--> Processing Dependency: openssl = 1.0.1e-16.el6_5.7 for package: openssl-devel-1.0.1e-16.el6_5.7.x86_64
--> Finished Dependency Resolution
Error: Package: openssl-devel-1.0.1e-16.el6_5.7.x86_64 (openstack-icehouse)
Requires: openssl = 1.0.1e-16.el6_5.7
Installed: openssl-1.0.1e-30.el6.8.x86_64 (@updates)
openssl = 1.0.1e-30.el6.8
Available: openssl-1.0.1e-15.el6.x86_64 (openstack-icehouse)
openssl = 1.0.1e-15.el6
Available: openssl-1.0.1e-16.el6_5.x86_64 (openstack-icehouse)
openssl = 1.0.1e-16.el6_5
Available: openssl-1.0.1e-16.el6_5.4.x86_64 (openstack-icehouse)
openssl = 1.0.1e-16.el6_5.4
Available: openssl-1.0.1e-16.el6_5.7.x86_64 (openstack-icehouse)
openssl = 1.0.1e-16.el6_5.7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@nginx ]# yum install openssl-devel
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Setting up Install Process
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* base: mirrors.sina.cn
* epel: mirror.premi.st
* extras: mirrors.yun-idc.com
* updates: mirrors.yun-idc.com
204 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package openssl-devel.x86_64 0:1.0.1e-16.el6_5.7 will be installed
--> Processing Dependency: openssl = 1.0.1e-16.el6_5.7 for package: openssl-devel-1.0.1e-16.el6_5.7.x86_64
--> Finished Dependency Resolution
Error: Package: openssl-devel-1.0.1e-16.el6_5.7.x86_64 (openstack-icehouse)
Requires: openssl = 1.0.1e-16.el6_5.7
Installed: openssl-1.0.1e-30.el6.8.x86_64 (@updates)
openssl = 1.0.1e-30.el6.8
Available: openssl-1.0.1e-15.el6.x86_64 (openstack-icehouse)
openssl = 1.0.1e-15.el6
Available: openssl-1.0.1e-16.el6_5.x86_64 (openstack-icehouse)
openssl = 1.0.1e-16.el6_5
Available: openssl-1.0.1e-16.el6_5.4.x86_64 (openstack-icehouse)
openssl = 1.0.1e-16.el6_5.4
Available: openssl-1.0.1e-16.el6_5.7.x86_64 (openstack-icehouse)
openssl = 1.0.1e-16.el6_5.7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest |
|