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

"`GLIBC_2.33' not found" on Ubuntu 20.04 #51

Open
ealmbrat opened this issue Dec 22, 2023 · 1 comment
Open

"`GLIBC_2.33' not found" on Ubuntu 20.04 #51

ealmbrat opened this issue Dec 22, 2023 · 1 comment

Comments

@ealmbrat
Copy link

Hi, nice library :)

A minimal project, that I've already tested on Windows, was unable to run due to a too low glibc version. My system (Ubuntu 20.04) has the glibc version: "(Ubuntu GLIBC 2.31-0ubuntu9.14) 2.31"

I guess the symphonia-linux-x64-gnu binary was compiled on an Ubuntu 22 (and therefore glibc 2.33) system?

Just a heads up :) I'll try to get this working using some other project.

Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/ealmbrat/Downloads/symphonia-test/node_modules/.pnpm/@[email protected]/node_modules/@tropicbliss/symphonia-linux-x64-gnu/symphonia.linux-x64-gnu.node)
    at Module._extensions..node (node:internal/modules/cjs/loader:1203:18)
    at Module.load (node:internal/modules/cjs/loader:997:32)
    at Module._load (node:internal/modules/cjs/loader:838:12)
    at Module.require (node:internal/modules/cjs/loader:1021:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/home/ealmbrat/Downloads/symphonia-test/node_modules/.pnpm/@[email protected]/node_modules/@tropicbliss/symphonia/index.js:172:31)
    at Module._compile (node:internal/modules/cjs/loader:1119:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1173:10)
    at Module.load (node:internal/modules/cjs/loader:997:32)
    at Module._load (node:internal/modules/cjs/loader:838:12) {
  code: 'ERR_DLOPEN_FAILED'
}
@tropicbliss
Copy link
Owner

tropicbliss commented Dec 28, 2023

Yep, older ubuntu and debian distros tend to not work that well unfortunately, we trade the convenience of static linking with system incompatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants