when i build source code, i have some difficult, need help!!! #4007
Unanswered
qigeqigeqi
asked this question in
Q&A
Replies: 1 comment
-
Hmm... It sounds like it's looking for What OS are you using? If you're using CentOS, here's an article about updating glibc: https://www.liquidweb.com/kb/how-to-update-the-glibc-gnu-libc-in-centos-red-hat/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i run node .
there is problem:
internal/modules/cjs/loader.js:1131
return process.dlopen(module, path.toNamespacedPath(filename)
Error: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /home/opt/code-server-3.11.1/release/node_modules/argon2/lib/binding/napi-v3/argon2.node)
at Object. (/home/opt/code-server-3.11.1/release/node_modules/argon2/argon2.js:9:56)
how i can update GLIBC, now there is GLIBC_2.17 in my system
Beta Was this translation helpful? Give feedback.
All reactions