diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-08-04 14:45:53 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-08-04 14:45:53 +0000 |
| commit | e452c17e0a29769ffa4c9442d635d9b98b50f571 (patch) | |
| tree | fd25bd69d92be874d03f32ffb9528a1a93b53743 /qpid/cpp | |
| parent | f9fd6fc8c5e408ff210a82557b7a9a8a786ccff4 (diff) | |
| download | qpid-python-e452c17e0a29769ffa4c9442d635d9b98b50f571.tar.gz | |
updated ais instructions
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@682410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/INSTALL | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL index 3c82dbc605..38b634405b 100644 --- a/qpid/cpp/INSTALL +++ b/qpid/cpp/INSTALL @@ -85,7 +85,7 @@ NOTE: make sure to install the related '-devel' packages also! ===================================== On linux most packages can be installed using your distribution's package management tool. For example on Fedora: - # yum install boost-devel e2fsprogs-devel pkgconfig openais-devel + # yum install boost-devel e2fsprogs-devel pkgconfig openais openais-devel # yum install gcc-c++ make autoconf automake help2man libtool doxygen graphviz ruby Follow the manual installation instruction below for any packages not @@ -108,13 +108,19 @@ The exceptions are openais and boost. a. openais ========== -Unpack the source distribution and do: + +If ais is shipped with you platform and you have 0.80.1-x or later, skip +builing ais + +To build ais: Unpack the source distribution and do: # make # sudo make install DESTDIR= # sudo ldconfig This will install in the standard places (/usr/lib, /usr/include etc.) +Configuring ais: + Edit /etc/ais/openais.conf and modify the "bindnetaddr" setting to your hosts IP address. Do not use 127.0.0.1. |
