[Mono-bugs] [Bug 80424][Wis] New - mod_mono for net_2_0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 2 07:52:41 EST 2007
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 adriaanvk at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80424
--- shadow/80424 2007-01-02 07:52:41.000000000 -0500
+++ shadow/80424.tmp.3554 2007-01-02 07:52:41.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 80424
+Product: Mono: Tools
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: mod_mono
+AssignedTo: gonzalo at ximian.com
+ReportedBy: adriaanvk at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mod_mono for net_2_0
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem: When i want to use mod_mono for mono 1.2, i have to
+change the src/mod_mono.h to enable net_2_0:
+from:
+#define MODMONO_SERVER_PATH MONO_PREFIX "/bin/mod-mono-server"
+to:
+#define MODMONO_SERVER_PATH MONO_PREFIX "/bin/mod-mono-server2"
+
+to run .net 2.0 applications. i also changed the line
+#define SOCKET_FILE "/tmp/mod_mono_server"
+to:
+#define SOCKET_FILE "/tmp/mod_mono_server2"
+but am not sure if thats required.
+
+Is it possible to create a conditional compilation here for net_2_0 and
+net_1_1?
+
+
+Steps to reproduce the problem:
+1.
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list