You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version:
node: /lib64/power7/libc.so.6: version `GLIBC_2.15' not found (required by node)
Platform:
Linux lsh35056 3.0.101-0.42.1.7881.0.PTF-default deps: update openssl to 1.0.1j #1 SMP Tue Jan 20 12:53:10 UTC 2015 () ppc64 ppc64 ppc64 GNU/Linux
Subsystem:
N/A
Linuxppc64 is running on SLES11 SP3 on which the latest glibc version available is 2.11
Even runnning on SLES11 SP4 glibc is still in version 2.11.
I've tested several version of NodeJS binaries on linuxppc64 so far:
8.9.1
8.2.1
6.12.3
6.12.0
Every version of node requires glibc >= 2.15 (see error in output of node -v)
This requirement for the binary is impossible to have without compromising the platform.