Page 1 of 1

configure: error: Couldn't find DBus >= 1.0.0, install libdb

Posted: 29 Jun 2010 07:13
by prs2vlc
error

configure: error: Couldn't find DBus >= 1.0.0, install libdbus-dev ?

is reported after executing

./configure --prefix=/usr


The goal is to install VLC v1.1.0 onto a workstation running Fedora 13

Re: configure: error: Couldn't find DBus >= 1.0.0, install l

Posted: 29 Jun 2010 14:18
by Rémi Denis-Courmont
How about installing the dbus development package, as instructed?

Re: configure: error: Couldn't find DBus >= 1.0.0, install l

Posted: 03 Sep 2010 20:42
by x86.x64
I have the same problem. DBus is installed

"Package dbus-1.1.2-14.el5.i386 already installed and latest version"

but VLC configure still cannot see it!!

Re: configure: error: Couldn't find DBus >= 1.0.0, install l

Posted: 04 Sep 2010 04:23
by Rémi Denis-Courmont
'dbus' is most likely the DBus daemon, not the DBus development files.

Re: configure: error: Couldn't find DBus >= 1.0.0, install l

Posted: 27 May 2011 20:36
by rayploski

Code: Select all

sudo yum install dbus-devel
Will fix your missing dependency on Fedora.