-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
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?
- is depended on by
-
PYTHON-1830 Test MongoDB latest on amazon1-2018-test
- Closed