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

Application that uses "nodehun" doesn't start on debian 11 due to glibc issues #115

Open
valueerrorx opened this issue Jun 29, 2024 · 0 comments

Comments

@valueerrorx
Copy link

i am currently building an electron based node app that uses nodehun

starting this app failes on debian bullseye with the following error message:

Uncaught Exception: Error: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by /tmp/.org.chromium.Chromium.onAV9v)
at process.func [as dlopen] (node:electron/js2c/asar_bundle:2:1869)
at Module._extensions..node (node:internal/modules/cjs/loader:1326:18)
at Object.func [as .node] (node:electron/js2c/asar_bundle:2:2096)
at Module.load (node:internal/modules/cjs/loader:1096:32)
at Module._load (node:internal/modules/cjs/loader:937:12)
at f._load (node:electron/js2c/asar_bundle:2:13377)
at Module.require (node:internal/modules/cjs/loader:1120:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object. (/tmp/.mount_Next-E3fKPlw/resources/app.asar/dist/main/main.cjs:1:406)
at Module._compile (node:internal/modules/cjs/loader:1241:14)
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0`

removing nodehun "fixes" it.

so it seems nodehun was compiled against a newer verison which is not available on debion bullseye. does this make sense?
is there something i can do?
thx in advance!

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

1 participant