[Mono-list] ModMono.dll build problems

Jeremiah McElroy jeremiah@facility9.com
Mon, 01 Sep 2003 10:12:14 -0400


I am running RH 9.0 with Apache 2.0.40 from Red Carpet with mono 0.26
from RPMs (again from Red Carpet). =20

I have downloaded the mod_mono 0.3.7 source from
www.apacheworld.org/modmono/.

mod_mono builds correctly until I get to the 'make -f makedll.mak'
stage.  At this point I see the following:

mcs /debug+ /debug:full /nologo /r:System.Web.dll /target:library
/out:ModMono.dll ApacheApplicationHost.cs ApacheWorkerRequest.cs
MonoWorkerRequest.cs IApplicationHost.cs Request.cs
=EF=BB=BFMonoWorkerRequest.cs(264) error CS0103: The name `Math.Min' could =
not
be found
in `Mono.ASPNET.MonoWorkerRequest'
Compilation failed: 1 error(s), 0 warnings
make: *** [ModMono.dll] Error 1

I'm not sure what to make of this error.

Any help is appreciated.

Jeremiah McElroy