Problem
I downloaded the mongodb 3.0.7
tar files. Then I added the bin directory to my path:
export PATH=
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,_,)-----