From b8c5c8d42d8dc73cfc58acd015e0af2b4eac0dcc 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@550508 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'qpid/cpp') 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 + -- cgit v1.2.1