You are on page 1of 1

Launch pingendo from command line with ".

/Pingendo"
If you get this error :
error while loading shared libraries: libudev.so.0: cannot open shared object fi
le: No such file or directory"
try this :
UBUNTU 64 BIT
ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
UBUNTU 32 BIT
ln -s /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0
FEDORA 64 BIT
ln -s /usr/lib64/libudev.so.1 /usr/lib64/libudev.so.0
FEDORA 32 BIT
ln -s /usr/lib/libudev.so.1 /usr/lib/libudev.so.0
Se creando il link , il s.o da un error not found per la prima path (es, /usr/li
b/libudev.so.1 not found)
consigliabile installare chrome e ripetere il cmd indicato precedentemente.

You might also like