Ubuntu 14.04 64bits

Issue #1 resolved
Former user created an issue

It doesn't work :_(

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

Comments (3)

  1. Victor viale

    This is because that's a 32-bit version of the library. Just create a symlink and it works : sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0

  2. Log in to comment