From: Bertrik S. <be...@zo...> - 2004-03-08 17:43:04
|
Malcolm Myles-Hook wrote: > As a newbie to Linux (running Red Hat 9), I am struggling to install the > code to support my HP ScanJet 3300c scanner. I have followed the > download instructions, but when I try to make, I get lots of errors > stemming from "hp3300c_libusb.c:33:49: usb.h: No such file or directory". usb.h is the libusb header file. Install libusb-devel or install from source. Bertrik |