Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/32.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
centos安装nginx错误:需要libunwind.so.8()(64位)_Nginx_Centos_Yum_Centos7 - Fatal编程技术网

centos安装nginx错误:需要libunwind.so.8()(64位)

centos安装nginx错误:需要libunwind.so.8()(64位),nginx,centos,yum,centos7,Nginx,Centos,Yum,Centos7,我在centos 7上安装了nginx,遇到了问题 请帮帮我 信息:  Error:Package:gperftools-libs-2.4-5.el7.x86_64(epel) Requires: libunwind.so.8()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest

我在centos 7上安装了nginx,遇到了问题
请帮帮我

信息: 

Error:Package:gperftools-libs-2.4-5.el7.x86_64(epel)
          Requires: libunwind.so.8()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest  

该软件包在Centos 7连续发行版(CR)存储库中提供。一旦启用cr repo,就能够完成安装,而不会出现任何问题

以下是启用cr存储库的命令

#yum-config-manager --enable cr

来源:

我今天遇到了同样的问题@Nika Archvadze的答案为我解决了这个问题,但我想它被否决了,因为它有点稀疏

不管怎样,一开始可能是个好主意

yum update
然后

将安装yum config manager包。 然后

将启用continuous release存储库,该存储库可能已安装,但如果未安装,则可以在启用之前按此方式安装

yum install centos-release-cr
现在您将可以访问libunwind包,它位于持续发布存储库中,因此您应该能够

yum install nginx

没有任何问题

没有为我解决问题。。。与上述描述相同。运行centos 7.1。如果/当我找到一种在这里有效的方法时,我会更新并发表评论
yum-config-manager --enable cr
yum install centos-release-cr
yum install nginx