Skip to content

Instantly share code, notes, and snippets.

@natritmeyer
Last active December 22, 2015 15:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natritmeyer/6495126 to your computer and use it in GitHub Desktop.
Save natritmeyer/6495126 to your computer and use it in GitHub Desktop.
Chrome, Chromedriver, CentOS6 #fail

OS:

CentOS6

Output of uname -a:

$ uname -a
Linux localhost.localdomain 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Mar 13 00:26:49 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Chrome version:

26.0.1410.63

Downloaded chromedriver from here:

https://code.google.com/p/chromedriver/downloads/detail?name=chromedriver_linux64_2.3.zip&can=2&q=

Test output:

unable to connect to chromedriver http://127.0.0.1:9515 (Selenium::WebDriver::Error::WebDriverError)

Shell output when running chromedriver:

$ chromedriver 
chromedriver: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by chromedriver)
chromedriver: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by chromedriver)
chromedriver: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by chromedriver)

Seemingly relevant links:

@natritmeyer
Copy link
Author

Seems my version of chrome is way out of date - doesn't autoupdate as it does on mac/win platform...

@natritmeyer
Copy link
Author

Seems versions of chrome past v26 are not supported by CentOS due to dependencies on various versions of GTK and glibc. Moving on to Fedora...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment