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.
This got fixed in today's rawhide, that brought in a new glibc, further supporting the theory that the bug was there.