[Mono-bugs] [Bug 77928][Wis] New - mod_mono will not compile because it cannot find the apr include files

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Mar 26 19:36:59 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jedynamic at bellsouth.net.

http://bugzilla.ximian.com/show_bug.cgi?id=77928

--- shadow/77928	2006-03-26 19:36:59.000000000 -0500
+++ shadow/77928.tmp.29233	2006-03-26 19:36:59.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 77928
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: Fedora Core 5
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: mod_mono
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: jedynamic at bellsouth.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod_mono will not compile because it cannot find the apr include files
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. compile mod_mono 
+2. 
+3. 
+
+Actual Results:
+Compile error because the apr include directories cannot be located. 
+
+Expected Results:
+Compiles.
+
+
+
+How often does this happen? 
+Always
+
+Additional Information:
+
+I found the source of the problem in the configure.in file:
+1. We don't clear out a the $APRCONFIG variable in one place preventing
+subsequent searches.
+2. We need to search in /usr/bin for the apr-config exe.  For Fedora Core 5
+(and probably 4 also), apr-config is located in this directory. 
+3. We need to add the apr-config --includes --cflags output to the $CFLAGS
+variable.  For some reason, this wasn't happening.  
+
+I am including a patch that fixes the above.


More information about the mono-bugs mailing list