You are not logged in.
Hello,
while trying to run that program on my 64bit system the following message appears:
$ ./nbc
./nbc: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
libusb-0.1.so.4 exists in /usr/lib as a symlink to libusb-0.1.so.4.4.4 in the same path and of course in /lib as /lib is a symlink to /ur/lib.
The problem doesn't exist on my 32bit machine, so I think it's 64bit related?
I've read old threads regarding this, but there, the problem was solved by # pacman -Syu or installing libusb-compat (is installed for me) which doesn't help in my case:
https://bbs.archlinux.org/viewtopic.php?id=110119
https://bbs.archlinux.org/viewtopic.php?id=136111
Any ideas?
Last edited by Carl Karl (2014-08-24 18:11:46)
Offline
OK, found the libaries:
$ yaourt -S lib32-libusb lib32-libusb-compat
Works now.
Offline