Created
December 16, 2014 19:22
-
-
Save batkinson/d7cd02f1f3f3ea451be7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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