diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-19 02:19:17 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-19 02:19:17 +0000 |
| commit | 77e578f2bce1510fe0cf4cff685dcfad8b6cfac5 (patch) | |
| tree | e1d41ef38ce4edcf124b90601c38c8cdbe8e8a56 /qpid/cpp/README | |
| parent | cfd411d0851b67bcefa0c46aa5e0b09c0095c7ef (diff) | |
| download | qpid-python-77e578f2bce1510fe0cf4cff685dcfad8b6cfac5.tar.gz | |
* 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@557455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README')
| -rw-r--r-- | qpid/cpp/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README index ed740cdcc8..f0d1358345 100644 --- a/qpid/cpp/README +++ b/qpid/cpp/README @@ -38,7 +38,6 @@ Qpid is compiled against libraries: * apr <http://apr.apache.org> (1.2.7) * boost <http://www.boost.org> (1.33.1) * cppunit <http://cppunit.sourceforge.net> (1.11.4) - * libdaemon <http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon> (0.10) * uuid <http://e2fsprogs.sourceforge.net/> (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 |
