How can one build v8
from source on most recent Centos 7?
I tried, but ninja
build always fails right away with “centos /lib64/libc.so.6: version `GLIBC_2.18′ not found” message.
Plus, dependency installer script tells that Centos platform is not supported.
So, is there a way?
Thanks!
2
Answers
You can try using docker to build V8.
See https://github.com/gengjiawen/v8-build.
That error is due a not compatible C compiler, try compiling a newer GCC. On CentOS 7:
(From their wiki)