Skip to content

Can't launch on Debian 12 (bookworm) : missing or cannot be opened: "libcrypto.so.1.1" #797

@BenjD90

Description

@BenjD90

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Distribution supportAdd / modify an (linux) distributionModule: Version-String GenerationThis problem is because of the Version-String Generation (MongoBinaryDownloadUrl)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions