Compiling exiv2 from source
Tez
binary_y2k2 at blueyonder.co.uk
Thu Jun 8 20:54:22 UTC 2006
Dotan Cohen wrote:
> On 08/06/06, Tez <binary_y2k2 at blueyonder.co.uk> wrote:
>> When it's looking for the headers you usually need to install a
>> <package>-dev package.
>> After looking around I didn't find libqt-dev but I did find
>> libqt3-headers so try installing that.
>> Also if you want JPEG support you'll want libjpeg62-dev installed too.
>>
>
> Tez, thank you, exiv2 installed. Finally. I installed both
> libqt3-headers and libjpeg62-dev as I most certainly want jpeg
> support!
>
> As the KPA website suggests installing libkexif after exiv2, I tried
> to install it next. Interestingly, it too complains about qt:
> --snip--
> checking for IceConnectionNumber in -lICE... yes
> checking for libXext... yes
> checking for pthread_create in -lpthread... yes
> checking for extra includes... no
> checking for extra libs... no
> checking for libz... -lz
> checking for libpng... -lpng -lz -lm
> checking for libjpeg6b... no
> checking for libjpeg... -ljpeg
> checking for perl... /usr/bin/perl
> checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (library
> qt-mt) not found. Please check your installation!
> For more details about this problem, look at the end of config.log.
> Make sure that you have compiled Qt with thread support!
> root at ety:/home/dotancohen/Desktop/KPhotoAlbum/libkexif-0.2.3#
>
> Why should it do that? What must I do to convince it that qt is
> installed?
>
> Dotan Cohen
> http://what-is-what.com
>
Looking at the error (... (library qt-mt) not found. ...) I think it's
referring to the libqt3-mt package which has something to do with
threaded support, so you may need libqt3-mt & libqt3-mt-dev
I know it seems a bit alien at first figuring out what packages are
needed and what the errors mean, but, like most things, you'll get used
to it and know what to look for in the future.
Tez
More information about the kubuntu-users
mailing list