Re: libgphoto2 installing problems with f-spot 0.0.12



Thanks. That looks like the issue. I copied over the 2.1.4 file into
/usr/lib/pkgconfig and then f-spot 0.0.12 configured, compiled, and
installed. I'll have to wait until I get home to see the visual outcome
(since I'm only logged into my home box with Putty right now), but I
expect everything will run fine.

Thanks again.


michael


--- Michael Davies <michael msdavies net> wrote:
> 
> It appears the /usr/lib/pkgconfig version is 2.1.2, which is being
> located
> first since that's what's specified as the sort order in your
> PKG_CONFIG_PATH.  Switch that around so that /ust/local/lib/pkgconfig
> comes before /usr/lib/pkgconfig and then things should be dandy.
> 
> The libgphoto2.pc is human-readable, so you can look inside if you're
> interested.  Also, the .pc file has nothing to do with the running
> executable - you can have your PKG_CONFIG_PATH set so that
> /usr/lib/pkgconfig/libgphoto2.pc is found first, but your PATH can be
> set
> so you see /usr/lib/libgphoto2.so or whatever is found first when
> running
> gphoto2.
> 
> Hope this helps,
> 
> Michael...
> -- 
> michael at msdavies dot net
> http://michaeldavies.org/weblog
> 
> 
> michael szul said:
> > Ok. locating libgphoto2.pc produces the following:
> >
> > /usr/lib/pkgconfig/libgphoto2.pc
> > /usr/local/lib/pkgconfig/libgphoto2.pc
> >
> > ... and pkg-config --modversion libgphoto2 produces:
> > 2.1.2
> >
> > so if gphoto2 --version shows that it's using libgphoto2 2.1.4 then
> why
> > is the pkg-config version different? Is it possible that the
> > libgphoto2.pc in /usr/local/lib is the 2.1.4 version while the one
> in
> > /usr/lib is the older version? Can I check these versions somehow?
> >
> >
> > michael
> >
> >
> > --- Larry Ewing <lewing novell com> wrote:
> >> What does "pkg-config --modversion libgphoto2" produce?
> >>
> >> --Larry
> >>
> >> On Wed, 2005-03-23 at 10:05 -0800, michael szul wrote:
> >> > I'm trying to upgrade from f-spot 0.0.6 to 0.0.12, but I'm
> having
> >> some
> >> > trouble with the libgphoto2 requirement. I get the following
> when I
> >> try
> >> > to do configure:
> >> >
> >> > configure: error: Library requirements (libgphoto2 >= 2.1.4) not
> >> met;
> >> > consider adjusting the PKG_CONFIG_PATH environment variable if
> your
> >> > libraries are in a nonstandard prefix so pkg-config can find
> them.
> >> >
> >> > I then downloaded libgphoto2-2.1.4 and gphoto2-2.1.4 (in tarball
> >> > format); ran the usual configure, make, make install; and then
> >> changed
> >> > my $PKG_CONFIG_PATH to make sure that pkgconfig was there.
> >> >
> >> > $PKG_CONFIG_PATH now looks like:
> >> > :/usr/bin:/usr/lib/gaim:/usr/lib:/usr/local/lib:
> >> > /usr/lib/pkgconfig:/usr/local/lib/pkgconfig
> >> >
> >> > If I run gphoto2 --version I get:
> >> > This version of gphoto2 is using the following software versions
> >> and
> >> > options:
> >> > gphoto2           2.1.4        gcc, popt, exif, no cdk, no aa,
> >> jpeg,
> >> > readline
> >> > libgphoto2        2.1.4        i386-redhat-linux-gcc, EXIF, no
> >> ltdl,
> >> > /proc/meminfo
> >> > libgphoto2_port   0.5.1        i386-redhat-linux-gcc, USB,
> serial
> >> > baudboy locking, no ltdl
> >> >
> >> > But when I go back to configure f-spot 0.0.12 again, I still get
> >> the
> >> > above mentioned error about libgphoto2. Am I missing something?
> >>
> >>
> >>
> > _______________________________________________
> > F-spot-list mailing list
> > F-spot-list gnome org
> > http://mail.gnome.org/mailman/listinfo/f-spot-list
> >
> >
> 
> 
> 
> 
> 
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]