diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-06-25 14:15:45 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-06-25 14:15:45 +0000 |
commit | 87c376ebc8fe6af86dc8aef8dcec03510ff5dcc0 (patch) | |
tree | 431697e4a1210737dc9bce6b1d53d7888666aa77 /cpp | |
parent | 22f9e158a1d39d9524725afcd7f25b65d5a71ca2 (diff) | |
download | qpid-python-87c376ebc8fe6af86dc8aef8dcec03510ff5dcc0.tar.gz |
Added troubleshooting case for ./configure
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@550508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/README b/cpp/README index 224db50c20..95104cf34f 100644 --- a/cpp/README +++ b/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 + |