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:
Is there a solution for this?