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 | 6a6a6beae1750f213b737a6c21334bcfa5bdbd56 (patch) | |
tree | 5e93cbd838a243f282d408b1870e637bbfd4d377 /cpp | |
parent | 7d3b6ffdddfca02331f75970f722fb6872313d38 (diff) | |
download | qpid-python-6a6a6beae1750f213b737a6c21334bcfa5bdbd56.tar.gz |
updated ais instructions
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@682410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL index 3c82dbc605..38b634405b 100644 --- a/cpp/INSTALL +++ b/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. |