当你在尝试启动 MongoDB 时遇到错误 “error while loading shared libraries: libssl.so.10”,这通常意味着 MongoDB 无法找到或加载所需的 libssl.so.10 库文件。以下是一些解决步骤: 确认错误原因: 这个错误通常是由于 libssl.so.10 库文件缺失或版本不匹配导致的。libssl.so.10 是OpenSSL 库的一部分,Mongo...
2. 这个时候如果出现 error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory 解决办法:执行命令: yum whatprovides libstdc++.so.6 AI检测代码解析 yum whatprovides libstdc++.so.6 [root@iZ2ze7dyjfik9i0bgl5o1cZ mongodb]# yum whatprovides l...
[root@localhost conf]# /usr/local/services/mongodb/bin/mongod -f /home/middle/mongodb/conf/mongo.cnf /usr/local/services/mongodb/bin/mongod: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directory 检查依赖那些包 [root@localhost con...
启动MongoDB时,提示: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory 1 2 3 [root@SnsWeb ~]# /usr/local/mongodb/bin/mongod --dbpath=/usr/local/mongodb/data --logpath /usr/local/mongodb/logs/mongodb.log --fork /usr/l...
根据提供的信息,看起来你在麒麟操作系统上安装MongoDB时遇到了问题。问题似乎与libcurl.so.4库的版本有关。错误信息指出:`mongod: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version 'CURL_OPENSSL_4' not found` 和 `./mongod: error while loading shared libraries: libcurl.so.4: cannot open shared ...
四、mongod: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directory 使用配置文件启动 mongodb时还有直接执行 mongod时报如下错误,意思是说找不到共享库文件 libcrypto.so.10: 前提:我安装mongodb前已安装下面依赖: ...
./mongod: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory 在启动./mongod 的时候缺少 libcurl.so 库 执行下面语句 代码语言:javascript 代码运行次数:0 运行 AI代码解释 apt-get install libcurl4-openssl-dev 错误二: ./mongod: error wh...
./tcpserverV2: error while loading shared libraries: libmongocxx.so._noabi: cannot open shared object file: No such file or directory It says no such file or directory but It shows that it was downloaded and install...
5 启动 sudo ./mongod --confing /usr/local/mongodb/mongodbserver/etc/mongodb.conf 6 如果启动报错error while loading shared libraries: libnetsnmpagent.so.20: cannot open shared object file: No such file or directory 原因是没有安装 net-snmp cd 根目录 直接安装 yum install net-snmp 7 创建...
很可能是没有正常关闭导致的,那么可以删除 mongod.lock 文件 如果报如下错误: error while loading shared libraries: libnetsnmpmibs.so.31: cannot open shared object file: No such file or directory 该error 是因为未装net-snmp 直接连接外网的Linux服务器可直接使用:yum install net-snmp...