On Thu, 2005-09-29 at 13:14 +0700, Strong wrote: > I had gphoto2-2.1.5 that worked fine on my FC4. Now I wanted to upgrade > and optimize it to 2.1.6. It compiled well, but when new rpm has been > installed (-2.1.6.i686.rpm) it refuses to work with usb port. Run with > --debug option says, Strong, I don't have experience building gphoto2, but often these problems are caused when you are missing -devel packages for various libraries, and the package you're building catches that in its configure script and disables the feature. Try running 'rpmbuild -bp <specfile>' and then going into your rpm build dir and run configure on the command line. See if you spot it looking for a usb library and not finding it. Offhand, I'm guessing it's libusb, since the gphoto2 binary rpm depends on that. Check that you have libusb-devel installed. -- prothonotar at tarnation dot dyndns dot org