Author: cctrieloff
Date: Mon Jun 25 07:15:45 2007
New Revision: 550508

URL: http://svn.apache.org/viewvc?view=rev&rev=550508
Log:

Added troubleshooting case for ./configure


Modified:
    incubator/qpid/trunk/qpid/cpp/README

Modified: incubator/qpid/trunk/qpid/cpp/README
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/README?view=diff&rev=550508&r1=550507&r2=550508
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/README (original)
+++ incubator/qpid/trunk/qpid/cpp/README Mon Jun 25 07:15:45 2007
@@ -256,3 +256,13 @@
 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 
+  


Reply via email to