Bug 176555

Summary: digikam cannot load libexif.so.9 which isn't listed as a dependancy in the rpm
Product: [Fedora] Fedora Reporter: Aran Cox <spin667>
Component: digikamAssignee: Marcin Garski <mgarski>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-26 05:31:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aran Cox 2005-12-26 05:23:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

Description of problem:
[spin@cain ~]$ digikam
digikam: error while loading shared libraries: libexif.so.9: cannot open shared object file: No such file or directory

[spin@cain ~]$ rpm -q digikam libexif
digikam-0.8.0-1.fc4
libexif-0.6.12-3

spin@cain ~]$ ldd /usr/bin/digikam |grep libexif
        libexif.so.12 => /usr/lib/libexif.so.12 (0x005b6000)
        libexif.so.9 => not found

rpm -qR digikam | grep libexif
libexif.so.12

Basically, I can't get digikam to start because it wants libexif.so.9.  The RPM doesn't list that as a dependancy however and the libexif rpm doesn't provide it either.  However, using ldd shows that digikam is linked against the 9 version of libexif.  Or is it possible that some other library that digikam uses requires it?



Version-Release number of selected component (if applicable):
digikam-0.8.0-1.fc4

How reproducible:
Always

Steps to Reproduce:
1. invoke digikam
2.
3.
  

Actual Results:  [spin@cain ~]$ digikam
digikam: error while loading shared libraries: libexif.so.9: cannot open shared object file: No such file or directory


Expected Results:  The program should have opened.


Additional info:

Comment 1 Aran Cox 2005-12-26 05:31:39 UTC
It seems that for whatever reason I had a libkexif from the kde-redhat project
from fc3 installed and it wasn't getting upgraded by yum.  It required
libexif.so.9.  When I removed it and installed libkexif from extras, the problem
was gone.