linux系统安装好MongoDB后启动报错:
./bin/mongod: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
linux系统安装好MongoDB后启动报错:
./bin/mongod: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
1 回答676 阅读✓ 已解决
3 回答583 阅读✓ 已解决
1 回答1.3k 阅读
1 回答676 阅读✓ 已解决
1 回答780 阅读✓ 已解决
2 回答511 阅读✓ 已解决
1 回答977 阅读
告诉你缺少libssl依赖,建议直接用包管理器安装,之后直接用service方式启动服务,前台运行,详情参考官方文档: https://docs.mongodb.com/manu...
自行找对应发行版的安装方案