I try to compile the library skia on a CentOS 7 machine. But when calling gn
, I get this error message
/lib64/libc.so.6: version `GLIBC_2.18' not found
According to a quick search on Google, there is no way to get GLIB_2.18
on CentOS 7. But then, how can I build the library skia on a CentOS 7 machine?