--- Alan Stern <[EMAIL PROTECTED]> wrote: > 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.
I understand. > > > 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. When I ask for a list of the files in /usr/lib, the entry for "libgphoto2_port.so.0.5.1" is shown as follows: "-rwxr-xr-x 1 root root 55839 Sep 8 17:18 libgphoto2_port.so.0.5.1". I got the less precise 54.5 KB figure from the results of the "Search for Files" search. >There should also be a libgphoto2_port_usb.so, on my system > it has > 28137 bytes. I have such a file. It's in /usr/lib/gphoto2_port/0.5.1. The entry for it reads: "-rwxr-xr-x 1 root root 29012 Sep 8 17:18 libgphoto2_port_usb.so". > > > 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. In my first post to this list, I mentioned that I had sought help from the gphoto2 list, but had got no assistance. My last post to that list had asked about how to create a record of the output when I turned debugging on, so that I could forward it to that list. > > 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. Certainly, there was much output to the screen. I had thought that one could redirect that output to a file, but when I tried that, the only thing in the file was the last bit of the screen output. I couldn't get the entire output into a file. > > One other thing you can try is: rpm -qi gphoto2 Here's the output of "rpm -qi gphoto2": "Name : gphoto2 Relocations: (not relocatable) Version : 2.1.6 Vendor: (none) Release : 2 Build Date: Thu 08 Sep 2005 17:19:35 EST Install Date: Thu 08 Sep 2005 17:27:28 EST Build Host: localhost.localdomain Group : Applications/Multimedia Source RPM: gphoto2-2.1.6-2.src.rpm Size : 5418595 License: LGPL Signature : (none) URL : http://www.gphoto.org/ Summary : Software for accessing digital cameras. Description : The gPhoto2 project is a universal, free application and library framework that lets you download images from several different digital camera models, including the newer models with USB connections. Note that for some older camera models you must use the old "gphoto" package. For USB mass storage models, you must use the driver in the kernel. This package contains the library that digital camera applications can use and the command-line utility gphoto2. Other (GUI) frontends are available separately." > 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. I don't have version 2.1.5 installed. I uninstalled it using yum before installing v 2.1.6. > > By the way, do you remember where you downloaded the new gphoto2 and > libgphoto2 packages from? I have in the past downloaded rpms via rpm.pbone.net. My (hazy) recollection is that I couldn't find an rpm of v 2.1.6 of gphoto2 for Fedora Core 3, but I could find an src.rpm for it and so I downloaded and installed it. There is no separate package for libgphoto2; it's included in the gphoto2 package. Leslie ____________________________________________________ Do you Yahoo!? The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full Actor Database. http://au.movies.yahoo.com ------------------------------------------------------- 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
