Bug 227439

Summary: configure looks for libdbus in the wrong places for FC6
Product: [Fedora] Fedora Reporter: Jonathan Ryshpan <jonrysh>
Component: k3bAssignee: Harald Hoyer <harald>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6CC: rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-09 15:29:11 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 Jonathan Ryshpan 2007-02-05 22:11:48 UTC
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:

Comment 1 Rex Dieter 2007-07-09 15:29:11 UTC
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.