Can someone point me to the download link for the mongo shell binaries for RHEL9 / S390x if its available? I am using mongodb v6 and could not find the mongo shell binaries for my system. If its not available, can someone help me to build the mongosh for my system from scratch? Thanks in advance.
Starting from MongoDB 6.0 the shell is mongosh
(https://www.mongodb.com/docs/mongodb-shell/). You can find the S390x downloadable binaries here: https://www.mongodb.com/try/download/shell
Direct link: https://downloads.mongodb.com/compass/mongosh-2.3.8-linux-s390x.tgz
I already tried this binary and Im getting an error something like mongod: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
in my mongo pod.