Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Anyone have this problem with Linux and Koala? Reply To: Anyone have this problem with Linux and Koala?

#171502
soratofx
Participant

i have the same problem and i solved:

$ locate libudev
/opt/google/chrome/libudev.so.0
/usr/lib/libudev.so.1
/usr/lib/libudev.so.1.4.0
/usr/lib64/libudev.so.1
/usr/lib64/libudev.so.1.4.0

$ cd /usr/lib64/
$ ln -s libudev.so.1.4.0 libudev.so.0

and that’s all, it works

https://github.com/oklai/koala/issues/76