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

Version `GLIBC_2.29' not found. #326

Open
ostov-larion opened this issue Jun 21, 2023 · 2 comments
Open

Version `GLIBC_2.29' not found. #326

ostov-larion opened this issue Jun 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ostov-larion
Copy link

Example code from https://turt2live.github.io/matrix-bot-sdk/tutorial-bot.html doesnt working.

/home/ostov/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.js:250
    throw loadError
    ^

Error: /snap/core/current/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/ostov/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/matrix-sdk-crypto.linux-x64-gnu.node)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:101:18)
    at Object.<anonymous> (/home/ostov/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.js:188:31)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12) {
  code: 'ERR_DLOPEN_FAILED'
}

OS: elementary OS 5.1.7 Hera

@ostov-larion ostov-larion added the bug Something isn't working label Jun 21, 2023
@turt2live
Copy link
Owner

You'll need the build dependencies for compiling/running Rust code as well: https://www.rust-lang.org/

@ostov-larion
Copy link
Author

ostov-larion commented Jun 21, 2023

You'll need the build dependencies for compiling/running Rust code as well: https://www.rust-lang.org/

I have Rust (v1.65.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants