I was trying to use Nodewebkit(now called nw.js) and was getting this error. To fix it create a link to the location of another libudev.so.*


sudo ln -sf /lib/YOUR_ARCH-linux-gnu/libudev.so.1 /lib/YOUR_ARCH-linux-gnu/libudev.so.0

#replace YOUR_ARCH with your architecture type, for example
sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0

If you dont know how to find your architecture use command ‘uname -m’

Just like that its fixed.


Related External Links: