Ubuntu 22.04 and mssing libcrypto.so.1.1

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?

1 Like

mongosh is available as a PPA for Ubuntu 20.04 (Focal) and Ubuntu 18.04 (Bionic).

Wait for a package that supports 22.04.

Run a container in the meantime ?

3 Likes

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

2 Likes