Bug 176366

Summary: karm can't find libqui.so.1(64)
Product: [Fedora] Fedora Reporter: Alexandre Oliva <oliva>
Component: kdepimAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-22 19:15:52 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:
Bug Depends On: 176316    
Bug Blocks:    

Description Alexandre Oliva 2005-12-21 19:54:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20051216 Fedora/1.5-3 Firefox/1.5

Description of problem:
Starting karm on today's rawhide/x86_64 fails with this error message:

karm: error while loading shared libraries: libqui.so.1: cannot open shared object file: No such file or directory

Re-running ldconfig, just to make sure /usr/lib64/qt-3.3/lib is searched, makes no difference.  Setting LD_LIBRARY_PATH=/usr/lib64/qt-3.3/lib works around it, but that's still ugly.

Oddly, on rawhide/i386, it works just fine.

/etc/ld.so.conf and /etc/ld.so.conf.d/qt-x86_64.conf look correct.

Version-Release number of selected component (if applicable):
kdepim-3.5.0-0.1.rc2.1 qt-3.3.5-10.1 glibc-2.3.90-21

How reproducible:
Always

Steps to Reproduce:
1.Start karm on today's rawhide

Actual Results:  karm: error while loading shared libraries: libqui.so.1: cannot open shared object file: No such file or directory


Expected Results:  It should start, since the library is there

Additional info:

Oddly, neither kdepim nor qt have changed in the past few days.  glibc, OTOH, did, so this might turn out to be a new bug in glibc's loader.

Comment 1 Alexandre Oliva 2005-12-22 19:15:52 UTC
This got fixed in today's rawhide, that brought in a new glibc, further
supporting the theory that the bug was there.