On 10 January 2017 at 17:09, Ritchie wrote:
> Dear Sulley,
>
> the usblib-dev is already installed:
>
> sudo apt-get install libusb-1.0.0-dev
Try
sudo apt-get install libusb-dev
Colin
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Note, selectin
Dear Johan,
I guess this is the answer. I does not work on raspberry pi.
https://sourceforge.net/p/owfs/mailman/message/35268610/
Best regards
R.
> I think it is libusb-dev that is missing.
>
> But do you really need 3.1p5 as you can easily get 3.1p4 from the repro
> using the notes that Jan
Dear Sulley,
the usblib-dev is already installed:
sudo apt-get install libusb-1.0.0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libusb-1.0-0-dev' for regex 'libusb-1.0.0-dev'
libusb-1.0-0-dev is already the newest version.
0 upgrad
I think it is libusb-dev that is missing.
But do you really need 3.1p5 as you can easily get 3.1p4 from the repro
using the notes that Jan kindly provided -
Edit (or create) your /etc/apt/preferences to contain:
--
Packag
Sounds like libusb is not found, but the include is there..
Try a search in the archives if you have not yet done so, I think this has been
up before.
Johan
On January 9, 2017 6:55:27 PM GMT+01:00, Ritchie wrote:
>Dear all,
>
>I am trying to compile the actual version (owfs-3.1p5) of owfs on a
Dear all,
I am trying to compile the actual version (owfs-3.1p5) of owfs on a
raspberry pi and get the following error message during "make".
owusbprobe.o: In function `list_usb_devices_iter':
/usr/src/owfs-3.1p5/module/owshell/src/c/owusbprobe.c:149: undefined
reference to `libusb_strerror'
/u