When starting MongoDB, the prompt is: 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 ~]# Error reason: missing libstdc++.so.6 runtime library Solution: Install the libstdc++.so.6 runtime library 1. Execute commands yum whatprovides libstdc++.so.6 Then it will prompt which installation package has this library file, as follows: [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. Then execute yum -y install libstdc++-4.4.7-11.el6.i686 It is very simple. When there are various problems with the system or software at work, don’t rush to ask Baidu. Try to read the error message and solve the related problems yourself according to the error message. If it is in English, it can also improve your English reading level. You may also be interested in:
|
<<: Detailed explanation of Angular component life cycle (I)
>>: Solution - BASH: /HOME/JAVA/JDK1.8.0_221/BIN/JAVA: Insufficient permissions
Table of contents Create a table View the databas...
Table of contents Business Background Using Techn...
Table of contents Join syntax: 1. InnerJOIN: (Inn...
First, attach the code below the effect diagram &...
1. The vertical-align property achieves the follo...
First, download the installation package from the...
Scenario You need to use the xshell tool to conne...
Problem: The PHP program on one server cannot con...
This article uses an example to describe how to c...
Table of contents User Management Create a new us...
Ubuntu's own source is from China, so the dow...
HTML meta viewport attribute description What is ...
FTP and SFTP are widely used as file transfer pro...
Today I'd like to introduce a countdown made ...
Disadvantages of single-node database Large-scale...