-
Notifications
You must be signed in to change notification settings - Fork 42
Description
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!