Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image doesn't start since recent changes. #827

Closed
TheNamelessWonderer opened this issue Aug 9, 2022 · 1 comment · Fixed by #828
Closed

Docker image doesn't start since recent changes. #827

TheNamelessWonderer opened this issue Aug 9, 2022 · 1 comment · Fixed by #828
Labels
S-Critical Prevents work, causes data loss, affects many users, and/or has no workaround. T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.

Comments

@TheNamelessWonderer
Copy link

TheNamelessWonderer commented Aug 9, 2022

Describe the bug
Since the recent changes to git I assume it is #825. The docker image doesn't start anymore. This also applies to the docker image at ghcr.io/matrix-org/matrix-appservice-discord:develop

To Reproduce
Steps to reproduce the behavior:

  1. Compile the docker image or use ghcr.io/matrix-org/matrix-appservice-discord:develop
  2. Start the image
  3. Check logs
  4. See error

Expected behavior
The Docker image should start without any errors.

Logs

Error: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /node_modules/@matrix-org/matrix-sdk-crypto-nodejs/matrix-sdk-crypto.linux-x64-musl.node)
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1189:18)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.js:159:31)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12) {
  code: 'ERR_DLOPEN_FAILED'
}

Additional context
It worked fine before these new commits.

@Half-Shot Half-Shot added T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems. S-Critical Prevents work, causes data loss, affects many users, and/or has no workaround. labels Aug 9, 2022
@Half-Shot
Copy link
Contributor

Thanks for the report. Taking a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Critical Prevents work, causes data loss, affects many users, and/or has no workaround. T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants