Ubuntu 16.04 mongodb enterprise
2018-12-29 本文已影响15人
袁俊亮技术博客
ubuntu 16.04 mongodb enterprise 3.4 安装中遇到的错误
- 错误一
./mongod: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
解决方法
apt-get install libcurl4-openssl-dev
- 错误二
./mongod: error while loading shared libraries: libnetsnmpmibs.so.30: cannot open shared object file: No such file or directory
解决方法
apt-get install snmpd snmp snmp-mibs-downloader