-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node 8 x64 binary is incompatible with GLIBC on CentOS 5.7 #13462
Comments
Sorry this might be intentional. Just found nodejs/build#718 |
The minimum GLIBC and kernel versions are documented in BUILDING.md. CentOS 5.x hasn't been supported by Node since Node 4, we've continued to build on CentOS 5 for as long as possible, but as the OS is itself EoL it's not really feasible to use it as our main build machine any more. |
So yeah, it sucks for people who have CentOS 5.x systems, but at the same time if you have one of those you really should be upgrading (and if you can't you still get Node 6 support till April 2019). |
@pmq20 out of interest is there a reason you haven't upgraded (I know some people can't due to unsupported hardware or because it's maintained by a company)? |
@gibfahn Wow thanks a lot for the detailed explanation. I am actually having case 2: it's maintained by my company. |
I guess this is answered. Please reopen if I'm wrong. |
Node versions prior to 8 work fine, yet running Node 8 Linux x64 binary from the official download link reports the following errors.
However, I am able to compile and run Node 8 from source on my centOS 5.7 box with gcc/g++ 4.8.2.
The text was updated successfully, but these errors were encountered: