Bug 144439 - Digikam fails to load
Summary: Digikam fails to load
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Metadata-Engine (show other bugs)
Version: 0.9.1
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 02:14 UTC by Adam Jimerson
Modified: 2021-05-04 06:07 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Jimerson 2007-04-20 02:14:45 UTC
Version:           0.9.1 (using KDE KDE 3.5.6)
Installed from:    SuSE RPMs
Compiler:          I586-suse-Linux 
OS:                Linux

When selecting if from Kmenu, digikam looks like it is going to load, it even shows up in the taskbar, but after a while it just stops loading.  When calling it from the konsole, I get this error 

"digikam: error while loading shared libraries: libexiv2.so.0: cannot open shared object file: No such file or directory"

What the problem is that I installed the version of libexiv2 that Digikam 0.9.1 requires, or so it says it requires.
Comment 1 caulier.gilles 2007-04-20 06:24:36 UTC
Adam, 

Install Exiv2 shared library and all will be fine...

Gilles Caulier
Comment 2 Thorsten Schnebeck 2007-04-20 08:54:33 UTC
> What the problem is that I installed the version of libexiv2 that Digikam 0.9.1 requires

Looks like you have installed Exiv2 0.13 but your digiKam version wants Exiv2 0.14. There is a important difference between these two versions, as starting with 0.14 exiv2 uses libtool's -version-info library versioning system.

Old lib:
/usr/lib/libexiv2-0.13.so
/usr/lib/libexiv2.so -> libexiv2-0.13.so

New lib:
/usr/lib/libexiv2.so -> libexiv2.so.0.0.0
/usr/lib/libexiv2.so.0 -> libexiv2.so.0.0.0
/usr/lib/libexiv2.so.0.0.0

Bye

  Thorsten
Comment 3 caulier.gilles 2021-05-04 06:07:06 UTC
Not reproducible with digiKam 7.3.0 and Exiv2 0.27.4