summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-06-25 14:15:45 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-06-25 14:15:45 +0000
commitb8c5c8d42d8dc73cfc58acd015e0af2b4eac0dcc (patch)
tree98d441f579d12cb23424281b9dd94489b2fbbef5 /qpid/cpp
parent5d01cad64c49799f7083846052f103e5b9749f60 (diff)
downloadqpid-python-b8c5c8d42d8dc73cfc58acd015e0af2b4eac0dcc.tar.gz
Added troubleshooting case for ./configure
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@550508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README
index 224db50c20..95104cf34f 100644
--- a/qpid/cpp/README
+++ b/qpid/cpp/README
@@ -256,3 +256,13 @@ around the code, especially for newcomers.
To try it out "make doxygen" then open doxygen/html/index.html
This README describes how to build the Qpid C++ broker and client, either
from a checkout of the source or from a source distribution.
+
+=== Troubleshooting ===
+
+When building, get the following on configure
+ configure: error: Package requirements (apr-1 >= 1.2.2) were not met:
+ No package 'apr-1' foun
+
+The following has not been set
+ export PKG_CONFIG_PATH=$HOME/qpid-tools/lib/pkgconfig:/usr/lib/pkgconfig
+