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
commit9a3a976da2e72cc86f367ab30e7b5be88b8a161b (patch)
treea8b8a08e262e50920693d29540267ac6d86412b5
parent3c177fca8789ac389e0c660220ac6b88f8b2d261 (diff)
downloadqpid-python-9a3a976da2e72cc86f367ab30e7b5be88b8a161b.tar.gz
Update to c++ INSTALL file
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@891225 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL
index 27e103d15b..d54d2affc3 100644
--- a/qpid/cpp/INSTALL
+++ b/qpid/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