GLIBC_2.18 not found (uws_linux_x64_72.node) #218
-
Hello when i try to use it, throw this error: Error: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/uws/node_modules/uWebSockets.js/uws_linux_x64_72.node) when i run:
Is possible compile with 2.17? Is a dedicated server and can't change the entire operative system (CENTOS) or install 2.18 and run both. How i can do it? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
It looks like provided binaries depend on glibc 2.18 from 2013 - that seems alright. If you want to recompile for older versions you're on your own (this also applies to people wanting Alpine Linux binaries - same story). |
Beta Was this translation helpful? Give feedback.
-
@codermapuche
|
Beta Was this translation helpful? Give feedback.
-
I have built a custom binary (and tutorial) that will solve your exact problem. Hope it helps! Read it here: https://github.com/dominicklee/uWebSockets.js-for-Centos7 |
Beta Was this translation helpful? Give feedback.
It looks like provided binaries depend on glibc 2.18 from 2013 - that seems alright. If you want to recompile for older versions you're on your own (this also applies to people wanting Alpine Linux binaries - same story).