[Digikam-devel] [Bug 175102] crashes opening the image editor for raw images (mrw). Embedded editor does not work
bogdan at hlevca.com
bogdan at hlevca.com
Tue Dec 2 20:47:00 GMT 2008
http://bugs.kde.org/show_bug.cgi?id=175102
--- Comment #7 from bogdan hlevca com 2008-12-02 21:46:59 ---
First of all I have 64 bits OS, whereas you have 32 bits OS.
high:/home/bogdan # ldd /usr/bin/digikam | grep kexiv2
libkexiv2.so.7 => /usr/lib64/libkexiv2.so.7 (0x00007f9ac94df000)
high:/home/bogdan # ldd /usr/bin/digikam | grep kdcraw
libkdcraw.so.7 => /usr/local/lib/libkdcraw.so.7 (0x00007f7c14312000)
This is the problem,
====================
high:/home/bogdan # pkg-config --modversion libkexiv2
0.4.0
but I don't understand why it comes beck with 0.4.0 as I have installed the
latest.
Libs
=====
high:/home/bogdan # ls /usr/lib64/libkexiv2.so*
/usr/lib64/libkexiv2.so /usr/lib64/libkexiv2.so.7
/usr/lib64/libkexiv2.so.7.2.0
high:/home/bogdan # ls /usr/lib64/libkdcraw.so*
/usr/lib64/libkdcraw.so /usr/lib64/libkdcraw.so.7
/usr/lib64/libkdcraw.so.7.0.0
I don't have the 32 bit libraries
================================
ls /usr/lib/libkexiv2.so*
ls: cannot access /usr/lib/libkexiv2.so*: No such file or directory
I did more research and I fond that the libkexiv2.pc in the source files is
correct, but I believe that it is not copied in the /usr/lib64/pkgconfig
directory by "make install" where is still 0.4.0 although the timestamp is
good.
high:/home/software/installed/digikam/kdegraphics/libs/libkexiv2 # cat
libkexiv2.pc
prefix=/usr
exec_prefix=/usr/bin
libdir=/usr/lib64
includedir=/usr/include
Name: libkexiv2
Description: A C++ library to manipulate EXIF/IPTC/XMP metadata using Exiv2
library. This library is used by digiKam and kipi-plugins.
URL: http://www.kipi-plugins.org
Requires:
Version: 0.5.0
Libs: -L/usr/lib64 -lkexiv2
Cflags: -I/usr/include
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list