主页 > 知识库 > 解决启动MongoDB错误:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:

解决启动MongoDB错误:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:

热门标签:外呼系统防封号违法吗 电销机器人针对的 400电话办理都选易号网 宝应电信400电话办理费用 湘潭电销机器人咨询电话 外呼系统服务 高德地图标注中心个人注册 如何在高德地图标注新地址 高德地图标注模式

启动MongoDB时,提示:

error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

[root@SnsWeb ~]# /usr/local/mongodb/bin/mongod --dbpath=/usr/local/mongodb/data --logpath /usr/local/mongodb/logs/mongodb.log --fork
/usr/local/mongodb/bin/mongod: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
[root@SnsWeb ~]#

报错原因:缺少libstdc++.so.6运行库

解决方案:安装libstdc++.so.6运行库

1、执行命令

yum whatprovides libstdc++.so.6

然后会提示哪个安装包有这个库文件,如下:

[root@SnsWeb ~]# yum whatprovides libstdc++.so.6
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
libstdc++-4.4.7-11.el6.i686 : GNU Standard C++ Library
Repo    : base
Matched from:
Other    : libstdc++.so.6

2、然后执行

yum -y install libstdc++-4.4.7-11.el6.i686

非常简单,工作中系统或软件会出现各种问题,不要急着去问百度,试着去阅读一下错误提示,自己根据错误提示来解决相关问题,如果是英文的还能提高你的英文阅读水平

您可能感兴趣的文章:
  • C++基于灰度图上色GrayToColorFromOther的实现
  • C++11中std::move、std::forward、左右值引用、移动构造函数的测试问题
  • 实例分享cmake编译一个简单c++项目(demo)
  • 详解c++种gmock单元测试框架
  • C++11中value category(值类别)及move semantics(移动语义)的介绍
  • C++ move()函数案例详解

标签:黔南 贺州 佛山 宿迁 马鞍山 黄山 兰州 南充

巨人网络通讯声明:本文标题《解决启动MongoDB错误:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:》,本文关键词  解决,启动,MongoDB,错误,error,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《解决启动MongoDB错误:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:》相关的同类信息!
  • 本页收集关于解决启动MongoDB错误:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:的相关信息资讯供网民参考!
  • 推荐文章