2

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!

1 Answer 1

7

Try installing the OpenSSL 1.0 libraries on RHEL 8:

sudo dnf install compat-openssl10

These are meant for compatibility only. Since mongosqld doesn't support the newer OpenSSL version, it seems like you have no other option.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.