The linux system starts to report an error after installing MongoDB

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

Mar.02,2021

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

Menu