I am getting an error when running the mongo enterprise shell:
/opt/mongoent/bin/mongo “mongodb://cluster0-shard-00-00-jxeqq.mongodb.net:27017,cluster0-shard-00-01-jxeqq.mongodb.net:27017,cluster0-shard-00-02-jxeqq.mongodb.net:27017/aggregations?replicaSet=Cluster0-shard-0” --authenticationDatabase admin --ssl -u m121 -p aggregations --norc
/opt/mongoent/bin/mongo: /usr/lib/libsasl2.so.2: no version information available (required by /opt/mongoent/bin/mongo)
/opt/mongoent/bin/mongo: relocation error: /opt/mongoent/bin/mongo: symbol SSLv3_method version OPENSSL_1.0.0 not defined in file libssl.so.1.0.0 with link time reference
I am trying to fix it but have no luck. Has anybody found this error and have a solution?