On Thu, 22 Sep 2005, Leslie Katz wrote: > When I ran "ldd /usr/bin/gphoto2", I got the following results: > > libexif.so.9 => /usr/lib/libexif.so.9 (0x03f4c000) > libm.so.6 => /lib/tls/libm.so.6 (0x00834000) > libgphoto2.so.2 => /usr/lib/libgphoto2.so.2 (0x00ae6000) > libgphoto2_port.so.0 => /usr/lib/libgphoto2_port.so.0 (0x00aaa000) > libpopt.so.0 => /usr/lib/libpopt.so.0 (0x00caf000) > libc.so.6 => /lib/tls/libc.so.6 (0x00708000) > /lib/ld-linux.so.2 (0x006ee000) > libdl.so.2 => /lib/libdl.so.2 (0x00859000)
The only ones that matter are the ones with "libgphoto2" in their name. > Searching for "libgphoto2.so.2" found two files said to be in /usr/lib. > One was said to be "libgphoto2.so.2", 19 bytes long and "link > (broken)". The other was said to be "libgphoto2.so.2.0.3", a shared > library of 256.9 KB. > > Searching for "libgphoto2_port.so.0" found two files said to be in > /usr/lib. One was said to be "libgphoto2_port.so.0.5.1" a shared > library of 54.5 KB; the other was said to be "libgphoto2_port.so.0", a > "link (broken)" of 24 bytes. libgphoto2_port.so.0.5.1 is correct, although on my system it has 53527 bytes. There should also be a libgphoto2_port_usb.so, on my system it has 28137 bytes. > Finally, Alan suggested I post the complete log file from my gphoto2 > run. Yet again, I don't know how. gphoto2's error messages speak of > issuing commands with debugging on and I tried to do that. However, I > could find no file especially created by gphoto2 with the debugging > information in it, nor could I find anything that seemed to me to be > relevant in /var/log/messages, which was the only other place I knew of > in which to look. I don't know anything about running gphoto2. Maybe you should try writing to the people who maintain it. It may be when you run gphoto2 with the --debug option, that the debugging information is simply displayed on your screen instead of written to a file. One other thing you can try is: rpm -qi gphoto2 If you have version 2.1.5 installed, it probably would be a good idea to uninstall it (yum remove gphoto2) and then reinstall the 2.1.6 package. By the way, do you remember where you downloaded the new gphoto2 and libgphoto2 packages from? Alan Stern ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
