mongod: error while loading shared libraries: libssl.so.10 libcrypto.so.10

前端 未结 5 1868
臣服心动
臣服心动 2021-02-09 04:02

Problem

I downloaded the mongodb 3.0.7 tar files. Then I added the bin directory to my path:

export PATH=

        
5条回答
  •  花落未央
    2021-02-09 04:17

    I'm using MongoDB v3.4.6 on Ubuntu 14.04 LTS and have the same issue:

    mongod: error while loading shared libraries: libnetsnmpmibs.so.30: cannot open shared object file: No such file or directory
    

    To FIX it, I had to install snmp with apt-get:

    $ sudo apt-get update
    $ sudo apt-get install snmp
    

    Hope this helps someone somewhere out there beneath the pale moonlight... <8,_,)-----

提交回复
热议问题