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 | ac530f5770150abe56acf270dfcea6287afb189d (patch) | |
| tree | 11bef494467fab36b05d9f0420198a78a18ada79 /cpp/README | |
| parent | a51da643a383c5c55fcd33861e379607037983f2 (diff) | |
| download | qpid-python-ac530f5770150abe56acf270dfcea6287afb189d.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/qpid@557455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README')
| -rw-r--r-- | cpp/README | 3 |
1 files changed, 1 insertions, 2 deletions
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 <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 |
