Skip to content

Node 8 x64 binary is incompatible with GLIBC on CentOS 5.7 #13462

@pmq20

Description

@pmq20

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) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to build files or the CI.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions