Node v18 on RHEL/OEL/CentOS version 7.x #46316
Unanswered
mohit-jain
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to run Node server version v18 on linux OEL/RHEL/CentOS version 7.x but getting a couple of GLIBC library errors as it seems that node v18 requires min version of GLIBC as v2.25. But it looks like GLIBC latest versions are released on OS version 8.x and greater.
Below are the errors which are coming while running node on 7.x OS
./node: /lib64/libm.so.6: version
GLIBC_2.27' not found (required by ./node) ./node: /lib64/libc.so.6: version
GLIBC_2.25' not found (required by ./node)./node: /lib64/libc.so.6: version
GLIBC_2.28' not found (required by ./node) ./node: /lib64/libstdc++.so.6: version
CXXABI_1.3.9' not found (required by ./node)./node: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.20' not found (required by ./node) ./node: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.21' not found (required by ./node)Also got the link below on a similar issue but didn't find any useful answer on this and the thread is already closed as well.
#43246
Is there any released version of node v18 or higher which can run on OEL/RHEL version 7.x or is there any plan to support Linux OS version 7.x on any higher version of NodeJs ? If yes, then any expected time when it will get officially released?
Beta Was this translation helpful? Give feedback.
All reactions