Dbus on FC3

John (J5) Palmieri johnp at redhat.com
Mon Feb 7 15:08:58 PST 2005


On Mon, 2005-02-07 at 13:34 -0800, Teak Billard wrote:
> Hello,
> 
> How would I go about installing d-bus 0.23 from source
> on Fedora Core 3?  Since d-bus is a core package on
> Fedora I have to get the directories right.  So far
> I've failed. :)  I'm missing system_bus_socket in the
> /var/run/dbus/ directory.  The session bus for is
> functional but the system bus is not functional.
> 
> I'm going to re-install it, but what arguments should
> I pass to configure?
> 
> Thanks,
> Teak

You will basically render all your dbus services useless if you move to
0.23 since there is API breakage.  We have these issues fixed in Rawhide
and will be moving to 0.30 soon.  If you really want the newer D-BUS for
development I suggest moving to rawhide.  If you still feel like moving
to the newer dbus on FC3 use this configure line:

./configure --enable-maintainer-mode --build=i686-redhat-linux-gnu --
host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu --program-
prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --
sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --
includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --
localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --
infodir=/usr/share/info --enable-glib=yes --enable-qt=no --enable-
selinux=yes --disable-gtk --with-init-scripts=redhat --enable-tests=yes
--enable-verbose-mode=yes --enable-asserts=yes

-- 
John (J5) Palmieri
Associate Software Engineer
Desktop Group
Red Hat, Inc.
Blog: http://martianrock.com



More information about the dbus mailing list