alexis-diavatis / Goops-App

A Theme Application For GNOME
GNU General Public License v3.0
6 stars 0 forks source link

goops fails to start due to missing shared object file 'libudev.so.0' in Arch Linux #9

Closed mherwig closed 10 years ago

mherwig commented 10 years ago

./goops-node: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

For Arch Linux you have to symlink /usr/lib/libudev.so.0 -> /usr/lib/libudev.so in order to get goops working.

alexis-diavatis commented 10 years ago

That's an issue in other apps like Brackets, I don't want to ask root access in installer to fix this. I'll add this in installation notes. Tnaks!

alexis-diavatis commented 10 years ago

This fix is now referred in README so i close it.