Skip to content

Instantly share code, notes, and snippets.

@batkinson
Created December 16, 2014 19:22
Show Gist options
  • Save batkinson/d7cd02f1f3f3ea451be7 to your computer and use it in GitHub Desktop.
Save batkinson/d7cd02f1f3f3ea451be7 to your computer and use it in GitHub Desktop.
# Create an ld.so.conf config file (/etc/ld.so.conf.d/chromium-libs.conf)
# Use the editor to include just the line '/usr/lib/chromium-browser/libs'
sudo vi /etc/ld.so.conf.d/chromium-libs.conf
# Run ldconfig to cache the shared libraries, including chromium's now
sudo ldconfig
# Finally, check that you can run chromedriver without errors
/usr/lib/chromium-browser/chromedriver
<Ctrl-c>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment