Re: [Owfs-developers] Problem with compiling of the owfs on a raspberry pi

2017-01-10 Thread Colin Law
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

Re: [Owfs-developers] Problem with compiling of the owfs on a raspberry pi

2017-01-10 Thread Ritchie
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

Re: [Owfs-developers] Problem with compiling of the owfs on a raspberry pi

2017-01-10 Thread Ritchie
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

Re: [Owfs-developers] Problem with compiling of the owfs on a raspberry pi

2017-01-09 Thread Mick Sulley
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

Re: [Owfs-developers] Problem with compiling of the owfs on a raspberry pi

2017-01-09 Thread Johan Ström
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

[Owfs-developers] Problem with compiling of the owfs on a raspberry pi

2017-01-09 Thread Ritchie
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