I compiled gphoto2 and it seems to work for me with Canon S2 IS.
That's good, at least I know gphoto2
does work on the Z.
Enjoy them and give me feedback.
I notice that you've compiled it against a newer readline - it wants libreadline.so.5 and I've only got libreadline.so.4. As a quick and dirty fix I created a symlink. I also note that there is no usb.usermap so I ran
/usr/lib/libgphoto2/print-usb-usermap, but that gave no output at all.
I'll play with it a bit more tomorrow.
UpdateOn further examination, I see that there is no provision for hotplug to recognise when a supported camera is plugged in. In my libgphoto2 package I have:
/etc/hotplug/usb.usermap which allows hotplug to recognise camera
and
/etc/hotplug/usb/usbcam which sets up correct permissions for camera
Both these files seems to be missing from your packages I would appreciate it if you could post some info on how to your packages to work
UpdateI copied the above 2 missing files from my own package, now hotplug detects camera and does the right thing. However now gphoto2 is looking for the libgphoto2 stuff in
/home/root ! I created some suitable symlinks and now gphoto2 works - thanks Merli.
Is it possible for you to repackage your stuff (it probably only involves libgphoto2) so that:
1) it includes the hotplug stuff
2) looks for the libgphoto2 stuff in the right place
If you don't have the time or inclination could you please tell me:
1) what ./configure options you used on all the packages
2) and any other particular tweaks/patches/fixes etc you had to use
Also any reason why you used readline 5.X? Even 1.10beta2 still use readline 4.3 (same as 1.10beta1).
-- cheers