Skip to content

Instantly share code, notes, and snippets.

@itang
Last active December 25, 2015 23:19
Show Gist options
  • Select an option

  • Save itang/7055773 to your computer and use it in GitHub Desktop.

Select an option

Save itang/7055773 to your computer and use it in GitHub Desktop.
chrome 30+ on ubuntu 13.x 64
$ cd /lib/x86_64-linux-gnu
$ sudo ln -s libudev.so.1 libudev.so.0
edit /usr/bin/google-chrome, add line:
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH #Above The Non-last line
@itang

itang commented Oct 21, 2013

Copy link
Copy Markdown
Author

OR

sudo ln -s /lib/x86_64-linux-gnu/libudev.so.0 /usr/lib64/libudev.so.1

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