-
-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Labels
Distribution supportAdd / modify an (linux) distributionAdd / modify an (linux) distributionModule: Version-String GenerationThis problem is because of the Version-String Generation (MongoBinaryDownloadUrl)This problem is because of the Version-String Generation (MongoBinaryDownloadUrl)
Description
Versions
- NodeJS: 16.20.2
- mongodb-memory-server-*: 8.15.1
- mongodb(the binary version): 6.0.9
- mongodb(the js package): 4.17.1 (the one used by mongodb-memory-server)
- system: Linux, in a docker image based on node:16.20.2-bookworm
package: mongo-memory-server
What is the Problem?
The mongodb can't be launched :
Instance failed to start because a library is missing or cannot be opened: "libcrypto.so.1.1"
Code Example
await MongoMemoryServer.create({
binary: {
version: '6.0.9',
},
});
Do you know why it happenes?
This seems related to this issue 🤷 nodejs/docker-node#1915
Thanks in advance for any idea how I can fix this, may-be the same way it is done with Fedora ?
olof-nord and MrWook
Metadata
Metadata
Assignees
Labels
Distribution supportAdd / modify an (linux) distributionAdd / modify an (linux) distributionModule: Version-String GenerationThis problem is because of the Version-String Generation (MongoBinaryDownloadUrl)This problem is because of the Version-String Generation (MongoBinaryDownloadUrl)