You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
}
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: