Uploaded image for project: 'MongoDB Shell'
  1. MongoDB Shell
  2. MONGOSH-435

mongosh RPM build targeting RHEL7.9

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 0.7.7
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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%]
      

            Assignee:
            anna.henningsen@mongodb.com Anna Henningsen
            Reporter:
            alex.bevilacqua@mongodb.com Alex Bevilacqua
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: