Skip to content

Deb package fails on missing glibc library version #98

@martlin2cz

Description

@martlin2cz

Hello, I've installed the latest relelase (2.4.8) by the deb installer, onto my machine:

$ uname -orv
5.15.0-139-generic #149~20.04.1-Ubuntu SMP Wed Apr 16 08:29:56 UTC 2025 GNU/Linux

The installation suceeds (with one tiny error):

Error in file "/usr/share/applications/xreader.desktop": "application/x-ext-cbzapplication/oxps" is an invalid MIME type ("application/x-ext-cbzapplication/oxps" contains an invalid character in the subtype)

But when I attempt to actually start internxt, it fails immediatelly on the glibc version mismatch:

$ internxt
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/Internxt/resources/app.asar.unpacked/node_modules/@gcas/fuse/build/Release/fuse.node)
    at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
    at Module._extensions..node (node:internal/modules/cjs/loader:1203:18)
    at Object.func [as .node] (node:electron/js2c/asar_bundle:5:2039)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:829:12)
    at c._load (node:electron/js2c/asar_bundle:5:13343)
    at Module.require (node:internal/modules/cjs/loader:1012:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at bindings (/opt/Internxt/resources/app.asar/node_modules/bindings/bindings.js:112:48)
    at Object.<anonymous> (/opt/Internxt/resources/app.asar/node_modules/@gcas/fuse/index.js:6:36)

I assume the root cause belongs outside of the internxt itself, but maybe a bump of the affected library may help?

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions