Ok, I deleted all folders/files referencing libgphoto2* and gphoto2* from my system - which removed all old and newer versions of each.
I re-did ./configure and make and make install, for libgphoto2-2.1.6 and then gphoto2-2.1.6. Now the only error message I'm getting is the following. =================== [root@oldpc root]# env LANG=C /usr/local/bin/gphoto2 --debug --camera "Polaroid PDC 640" --capture-image --port "usb:" /usr/local/bin/gphoto2: error while loading shared libraries: libgphoto2.so.2: cannot open shared object file: No such file or directory =================== I'm not sure why this is happening, so I did a find for it, and it can be found. =================== [root@oldpc root]# find / -iname 'libgphoto2.so.2' /usr/local/lib/libgphoto2.so.2 =================== Just doing the real simple gphoto2 command, same thing: [root@oldpc root]# /usr/local/bin/gphoto2 --help /usr/local/bin/gphoto2: error while loading shared libraries: libgphoto2.so.2: cannot open shared object file: No such file or directory Any ideas? Thanks for the help, much appreciated, -Martin