简体   繁体   English

在centos 6.5(64bits)上安装mongodb时出错

[英]Got error when install mongodb on centos 6.5(64bits)

I am installing mongodb on CentOS 6.4, but have following error: 我在CentOS 6.4上安装mongodb,但出现以下错误:

Error: Package: mongodb-org-server-3.0.1-1.amzn1.x86_64 (mongodb-org-3.0)
           Requires: libstdc++.so.6(GLIBCXX_3.4.14)(64bit)
Error: Package: mongodb-org-server-3.0.1-1.amzn1.x86_64 (mongodb-org-3.0)
           Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

How can I install that library. 如何安装该库。 Thank you 谢谢

运行package-cleanup --problems列出所有依赖项,然后安装这些依赖项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM