3 / 3
Nov 2022

I’m trying to use mongo shell on Ubuntu 22.04, but libcrypto.so.1.1 isn’t available.

mongodb-shell-linux-x86_64-ubuntu2004-5.0.9/mongodb-linux-x86_64-ubuntu2004-5.0.9$ ./bin/mongo 192.168.1.20:27017 ./bin/mongo: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

That library doesn’t exist in any package for Jammy:

https://packages.ubuntu.com/search?suite=jammy&arch=any&mode=exactfilename&searchon=contents&keywords=libcrypto.so.1.1

Is there a solution for this?

5 months later

Do you know when the package will release to support 22.04?