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