[Mono-bugs] [Bug 74672][Blo] Changed - SVN r43310 mod_mono: runtime error with Apache 1.3.33

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 24 Apr 2005 18:23:07 -0400 (EDT)


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 flashdict@gmail.com.

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

--- shadow/74672	2005-04-24 16:27:46.000000000 -0400
+++ shadow/74672.tmp.22434	2005-04-24 18:23:07.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 74672
 Product: Mono: Tools
 Version: 1.1
 OS: other
 OS Details: FreeBSD
-Status: RESOLVED   
+Status: VERIFIED   
 Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: mod_mono
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: flashdict@gmail.com               
@@ -100,6 +100,33 @@
 
 ------- Additional Comments From gonzalo@ximian.com  2005-04-24 16:27 -------
 The typo is fixed.
 The messages in the log are fine. Only one of the servers forked will
 succeed but we gotta try forking on every apache instance, because we
 don't know which one is the first one.
+
+------- Additional Comments From flashdict@gmail.com  2005-04-24 18:23 -------
+Looks good.  
+
+And thanks for the explanation about the multiple-startups.  That
+might ought to go in the README or somewhere.  
+
+Also, a suggested patch for configure.in is (soon to be) attached,
+changing the AC_CHECK_HEADERS([http_protocol.h]) to the 4-argument
+form of AC_CHECK_HEADER(), because with 1.3 http_protocol.h doesn't
+include httpd.h, and we get dozens of errors from configure and the
+suggestion to report the bug as follows:
+
+configure: WARNING: http_protocol.h: present but cannot be compiled
+configure: WARNING: http_protocol.h: check for missing prerequisite
+headers?
+configure: WARNING: http_protocol.h: see the Autoconf documentation
+configure: WARNING: http_protocol.h: section "Present But Cannot Be
+Compiled"
+configure: WARNING: http_protocol.h: proceeding with the
+preprocessor's result
+configure: WARNING: http_protocol.h: in the future, the compiler will
+take precedence
+configure: WARNING:     ## ------------------------------------------ ##
+configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
+configure: WARNING:     ## ------------------------------------------ ##
+