Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
1.13.1
-
None
-
RED HAT ENTERPRISE LINUX SERVER 7.4
Description
I am downloading the rpm from the website version 1.13
Following install instructions from the Mongo Docs via https://docs.mongodb.com/compass/master/install/
Then installing via: sudo yum install mongodb-compass-1.13.1.x86_64.rpm
I attempt to start it via: sudo DEBUG=* mongodb-compass;
But nothing happens. It complains about missing libraries which I have on my computer already but are 32 bit for some reason even though I am in a 64 bit architecture. So I install the 64 bit missing libraries and re-run the command: sudo DEBUG=* mongodb-compass
But nothing happens.