[Mono-bugs] [Bug 77764][Nor] New - configure doesn't take apxs -q CFLAGS into account

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Mar 11 17:06:33 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 robertj at gmx.net.

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

--- shadow/77764	2006-03-11 17:06:33.000000000 -0500
+++ shadow/77764.tmp.16417	2006-03-11 17:06:33.000000000 -0500
@@ -0,0 +1,32 @@
+Bug#: 77764
+Product: Mono: Tools
+Version: 1.1
+OS: SUSE 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: mod_mono
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: robertj at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: configure doesn't take apxs -q CFLAGS into account
+
+At least on SUSE 9.0, whose apache is configured with large
+file support, mod_mono will not be built correctly because
+its configure script doesn't use the CFLAGS provided
+by apxs2.
+
+On SUSE 9.0, apxs2 -q CFLAGS returns
+
+-O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -Wall
+-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+
+but mod_mono gets compiled w/out -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+leading to a not working module. The module loads, but it
+cannot handle any request because the layout of request_req
+is different.


More information about the mono-bugs mailing list