From ac530f5770150abe56acf270dfcea6287afb189d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 19 Jul 2007 02:19:17 +0000 Subject: * src/qpid/broker/Daemon.cpp, .h - Rewrote to remove libdaemon dependency. - PID file stored in /var/run if root, /tmp otherwise. * src/qpidd.cpp: Use new Daemon.cpp. * lib/broker/Makefile.am (libqpidbroker_la_LIBADD): - Daemon.cpp now needs -lboost_iostreams * NOTICE, README, qpidc.spec.in: Removed mention of libdaemon. * configure.ac: - removed libdaemon - cluster off by default - no ais dependencies. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@557455 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/README') diff --git a/cpp/README b/cpp/README index ed740cdcc8..f0d1358345 100644 --- a/cpp/README +++ b/cpp/README @@ -38,7 +38,6 @@ Qpid is compiled against libraries: * apr (1.2.7) * boost (1.33.1) * cppunit (1.11.4) - * libdaemon (0.10) * uuid (1.39) Using tools: @@ -74,7 +73,7 @@ If building from a source distribution you do not need: On linux most packages can be installed using your distribution's package management tool. For example on Fedora: - # yum install apr-devel boost-devel cppunit-devel libdaemon-devel e2fsprogs-devel + # yum install apr-devel boost-devel cppunit-devel e2fsprogs-devel # yum install pkgconfig doxygen graphviz help2man Follow the manual installation instruction below for any packages not -- cgit v1.2.1