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=82011 --- shadow/82011 2007-07-05 13:30:09.000000000 -0400 +++ shadow/82011.tmp.6302 2007-07-05 13:30:09.000000000 -0400 @@ -0,0 +1,44 @@ +Bug#: 82011 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: mod_mono configure script + +On 7/4 I updated my mono environment (mono/mcs/xsp/mod_mono) from svn and +built and installed each of these components. + +When running the configure script for mod_mono - it was finding the most +recent version of apr-util I have installed on my system (1.2.8) which was +installed fairly recently. Note that I still have the older apr-util +installed as well (v0.9). + +However, finding the newer version caused a problem as I have apache 2.0.58 +installed, which uses the older 0.9 version. I was able to play with the +configure script so it would find the older version first, but was an ugly +way to get past this. I don't know if it is possible, but it would be nice +if the configure script could be updated in a way to choose the most +appropriate version of the apr tools/utils, which seems to be tied to which +version of apache is running (from what I've read 2.0 should use the 0.9x, +and 2.2 should be using the newer 1.2.x apr versions). + +I did try to use the custom configuration option for specifying the +apr-config that should be used, but after specifying that option, The +apu-config was still reported to use the apu-1-config (or similar) - so +perhaps the fix is to add another enable option to the configure script to +allow you to specify which apu-config to use? + + +Thanks, +Mike _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
