-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
-
Iteration Star Apple
Download Center doesn't identify minimum RHEL version the RPM supports, and we've confirmed that this would be RHEL8.
Customers using RHEL7.9 cannot use this RPM. There would need to be a secondary build target and entry on the download page for this.
To verify that this does/doesn't work:
# based on rhel7.9 docker run -it centos:7.9.2009 /bin/bash yum install wget && wget https://downloads.mongodb.com/compass/mongosh-0.5.2-x86_64.rpm [root@32f2923b8292 /]# rpm -Uvh mongosh-0.5.2-x86_64.rpm error: Failed dependencies: libstdc++.so.6(CXXABI_1.3.9)(64bit) is needed by mongosh-0.5.2-1.x86_64 libstdc++.so.6(GLIBCXX_3.4.20)(64bit) is needed by mongosh-0.5.2-1.x86_64 libstdc++.so.6(GLIBCXX_3.4.21)(64bit) is needed by mongosh-0.5.2-1.x86_64 ############ # based on rhel8 docker run -it centos /bin/bash yum install wget && wget https://downloads.mongodb.com/compass/mongosh-0.5.2-x86_64.rpm [root@cc32dd7bfa69 /]# rpm -Uvh mongosh-0.5.2-x86_64.rpm Verifying... ################################# [100%] Preparing... ################################# [100%] Updating / installing... 1:mongosh-0.5.2-1 ################################# [100%]