I'm using the Anaconda package manager, and I installed the mongodb
package in Anaconda using the conda install mongodb
command. But when I run mongo
to start the Mongo shell, I get an error as follows:
mongo: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
How do I fix this issue?