Description of problem: configure (as run by the source RPM distributed by Fedora) doesn't find libdbus-1.so, which is (in fact) present on the system. The problem is that configure.in requests search_libs="$kde_libraries /usr/lib64 /usr/lib /usr/local/lib" while libdbus-1.so is located in /lib and /lib64 on my system. Version-Release number of selected component (if applicable): 0.12.17 (using KDE KDE 3.5.5) How reproducible: Always Steps to Reproduce: Look at the log of $ rpmbuild SPECS/k3b.spec Actual results: libdbus-1.so is not found Expected results: libdbus-1.so is found Additional info:
Not really applicable (in Fedora), since dbus-qt is what is *really* required here, but can't, since it is in Extras, not Core. Life is better with F7 (and beyond) since Core/Extras are merged.