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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to