When runing ./configure I get the message:
...
checking for library containing libusb_init... no
checking for library containing usb_find_busses... no
configure: error: Missing libusb!
I have checked the lib-directory and lib64-direcktory and there are a couple of libs that maybe the ones but I think the .configure looks for just libusb.
The libs I found is:
libusb-0.1.so.4
libusb-0.1.so.4.4.4
libusb-1.0.so
libusb-1.0.so.0
libusb-1.0.so.0.1.0
libusbmuxd.so
libusbmuxd.so.1.0.8
libusbmuxd.so.2
They exist in /lib, /lib64, /usr/lib and /usr/lib64 directories.
Is there anyone that know what to do?