summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2009-12-16 13:01:55 +0000
committerKim van der Riet <kpvdr@apache.org>2009-12-16 13:01:55 +0000
commitf46984eb9c6bf47e722f301ca8ea0e0f76d2284c (patch)
tree9567f36de5d856a89783133715a14f32e02f1635
parent8244ed2f1c6edb95e27112e3831476a386fa57dc (diff)
downloadqpid-python-f46984eb9c6bf47e722f301ca8ea0e0f76d2284c.tar.gz
Update to c++ INSTALL file
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891225 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL
index 27e103d15b..d54d2affc3 100644
--- a/cpp/INSTALL
+++ b/cpp/INSTALL
@@ -91,6 +91,12 @@ the following must also be installed:
* ruby-devel
* python-devel
* swig <http://www.swig.org> (1.3.35)
+
+UUID problems:
+In some later Linux releases (such as Fedora 12), the uuid/uuid.h file has been
+moved from e2fsprogs-devel into libuuid-devel. If you are using a newer Linux
+release and run into a problem during configure in which uuid.h cannot be found,
+look for and install the libuuid-devel package.
2.2. How to Install