We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dece2f9 commit c168c62Copy full SHA for c168c62
packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts
@@ -275,6 +275,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
275
let name = 'rhel';
276
const fedoraVer: number = parseInt(os.release, 10);
277
278
+ // 36 and onwards dont ship with libcrypto.so.1.1 anymore and need to be manually installed ("openssl1.1")
279
// 34 onward dosnt have "compat-openssl10" anymore, and only build from 4.0.24 are available for "rhel80"
280
if (fedoraVer >= 34) {
281
name += '80';
0 commit comments