When configuring a software (subversion) on ubuntu linux (10.04 lucid), I get an error:

configure: error: cannot find D-Bus

I restarted dbus service:

#service dbus restart
dbus start/running, process 14688

but still get the same configure error

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Looks like the daemon, not the dbus development package. You can grab it from spm.

link|improve this answer
apt-get says cannot find package dbus-devel. (I had installed dbus itself using apt-get). – tanon May 14 '11 at 5:01
libdconf-dbus-1-dev is what you're looking for. It has some deps though – Blomkvist May 14 '11 at 5:03
1  
Thanks. That didnt work, but finally, libdbus-1-dev worked for me. – tanon May 14 '11 at 5:15
I though libdconf would grab libdbus as a dep but your right, it doesn't. Seems odd but I guess they had their reasons for doing it like that. – Blomkvist May 14 '11 at 5:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.