linux system starts after installing MongoDB:
. / bin/mongod: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
linux system starts after installing MongoDB:
. / bin/mongod: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
tells you that there is a lack of libssl dependencies. It is recommended to install it directly with the package manager, then start the service directly with service and run it at the foreground. For more information, please refer to the official document: https://docs.mongodb.com/manu.
.find your own installation plan for the corresponding distribution