Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-40761

Mongod 4.1.10-latest fails on Amazon linux with `GLIBC_2.14' not found

    • Type: Icon: Bug Bug
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • ALL
    • Build 2019-05-06
    • 1

      Mongod 4.1.10 latest fails on evergreen's linux-64-amzn machines:

       [2019/04/18 10:27:17.852] + curl --retry 8 -sS http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-amzn64-latest.tgz --max-time 300 --output mongodb-binaries.tgz
       [2019/04/18 10:27:22.508] + tar zxf mongodb-binaries.tgz
       [2019/04/18 10:27:22.508] + rm mongodb-binaries.tgz
       [2019/04/18 10:27:22.508] + mv mongodb-linux-x86_64-enterprise-amzn64-4.1.10-135-g79d9697912 mongodb
       [2019/04/18 10:27:22.510] + chmod -R +x mongodb
       [2019/04/18 10:27:22.510] + find . -name vcredist_x64.exe -exec '{}' /install /quiet ';'
       [2019/04/18 10:27:22.512] + ./mongodb/bin/mongod --version
       [2019/04/18 10:27:22.512] ./mongodb/bin/mongod: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./mongodb/bin/mongod)
       [2019/04/18 10:27:22.512] ./mongodb/bin/mongod: /lib64/libcrypto.so.10: version `OPENSSL_1.0.2' not found (required by ./mongodb/bin/mongod)
       [2019/04/18 10:27:22.513] Command failed: command encountered problem: exit status 1
      

      Is this because of SERVER-39952?

            Assignee:
            brian.mccarthy@mongodb.com Brian McCarthy
            Reporter:
            shane.harvey@mongodb.com Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: