Error on systemctl start ubuntu 20.4.1

trying to install mongoDB on my ubuntu machine, followed the tutorial and when i start the service with systemctl and check it with systemctl status it output the error with status 127 and as description: error while loading shared libraries: libssl.so1.0.0 cannot open shared object file: no such file or directory. tryied to install libssl but with no result. what am i missing here?

Hi @Lorenzo_Lucca

What tutorial did you follow? What version are you installing?

According to the installation notes only mongodb 4.4 is supported on Ubuntu 20.4 . Given the dependency error is in libssl1.0.0 this must be mongo 3.6, 4.0

1 Like