-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libudev.so.0: cannot open shared object file on Ubuntu 14.10 #195
Comments
Try running as LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/google/chrome CHROME_DEVEL_SANDBOX=/opt/google/chrome/chrome-sandbox ./breach |
thanks @morganrallen that worked |
i'm keeping this issue opened because this is a workaround, doesn't really fix the problem on Ubuntu. |
I solve the same problem on arch linux installing from yaourt : aur/libudev.so.0 :) |
oh you, arch user :> unfortunately libudev.so.0 is not in Ubuntu's repository (13.10+) |
check if you have that file "sudo find / -name libudev*" then do like ln -s /usr/lib/libudev.so.0 -> /usr/lib/libudev.so |
You can fix the issue by creating an according symlink. On 64-bit systems things should go somewhat like this:
On 32-bit systems things need the related 32-bit paths:
Don’t forget to verify your local version of libudev is indeed "libudev.so.1". If it isn’t, modify that part so that it fits your local libudev version. |
@e-sushi thanks work for me , |
Thanks @e-sushi ! works perfectly |
i get this error when running breach in Ubuntu 14.10 AMD 64
pixel@pixel:~/Downloads/breach-v0.3.22-alpha.6-linux-x64$ CHROME_DEVEL_SANDBOX=/opt/google/chrome/chrome-sandbox ./breach
/home/pixel/Downloads/breach-v0.3.22-alpha.6-linux-x64/AUTO_UPDATE_BUNDLE/exo_browser/exo_browser: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
there is /opt/google/chrome/libudev.so.0
/lib/x86_64-linux-gnu/libudev.so.1
/lib/x86_64-linux-gnu/libudev.so.1.4.0
The text was updated successfully, but these errors were encountered: