美文网首页
Ubuntu 16.04 mongodb enterprise

Ubuntu 16.04 mongodb enterprise

作者: 袁俊亮技术博客 | 来源:发表于2018-12-29 15:15 被阅读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

相关文章

网友评论

      本文标题:Ubuntu 16.04 mongodb enterprise

      本文链接:https://www.haomeiwen.com/subject/ulxplqtx.html