google chrome - ChromeDriver 2.31 not working in CentOS / RHEL 7 (gilbc 2.18 required) -
when trying use chromedriver 2.31 in centos 7 following error:
version 'glibc_2.18' not found
chromedriver developers confirm glibc library dependency has been promoted 2.18, while centos 7 has version 2.17.
related links:
is there way make work without switching os?
the chromium developers aware of issue , working on fix:
during switch libc++
, accidentally referenced new symbol glibc version in sysroot, __cxa_thread_atexit_impl
. introduce in glibc 2.18, , red hat enterprise linux 7 has version 2.17. apparently, use cases, libc++
works enough without symbol (similar libstdc++
gcc), need tweak build not use it, , chromium (and chrome driver , chrome unstable) should work again soon.
as end user or software developer cannot rebuild software in question (or maybe not want invest such non-trivial effort), there little 1 can such glibc version dependencies. therefore, pretty requirement builds happen against build environment matches oldest operating system version 1 wants support.
Comments
Post a Comment