-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
Node 8 x64 binary is incompatible with GLIBC on CentOS 5.7 #13462
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.
Description
Node versions prior to 8 work fine, yet running Node 8 Linux x64 binary from the official download link reports the following errors.
./node: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.10' not found (required by ./node)
./node: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./node)
./node: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.3' not found (required by ./node)
./node: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./node)
./node: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by ./node)
However, I am able to compile and run Node 8 from source on my centOS 5.7 box with gcc/g++ 4.8.2.
gcc version 4.8.2 20140120 (Red Hat 4.8.2-15) (GCC)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.