I have isntalled mongodb on a Red Hat 8 and it's working fine.
Also, I installed mongo connector for BI through this tutorial: https://docs.mongodb.com/bi-connector/master/tutorial/install-bi-connector-rhel/.
Now, trying to run mongosqld with the command:
mongosqld
I got this error message: mongosqld: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
This is the openssl installed version: OpenSSL 1.1.1 FIPS 11 sep 2018
I already searched, but I couldn't find an answer that worked for this issue yet.
Does anyone knows how to fix this? Thanks in advance!