From 87c376ebc8fe6af86dc8aef8dcec03510ff5dcc0 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Mon, 25 Jun 2007 14:15:45 +0000 Subject: Added troubleshooting case for ./configure git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@550508 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpp') 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 + -- cgit v1.2.1