[Mono-devel-list] small patch for mod_mono

yoros at wanadoo.es yoros at wanadoo.es
Mon Apr 14 12:12:36 EDT 2003


On Thu, Apr 10, 2003 at 11:44:26PM +0200, Henning Westerholt wrote:
> Hello,
> 
> I tried to compile the mod_mono cvs:
> 
> mcs /debug+ /debug:full /nologo /r:System.Web.dll /target:library 
> /out:ModMono.dll ApacheApplicationHost.cs ApacheWorkerRequest.cs 
> MonoWorkerRequest.cs IApplicationHost.cs Request.cs
> ApacheWorkerRequest.cs(205) error CS0103: The name `appHost.VPath' could not 
> be found in `Apache.Web.ApacheWorkerRequest'
> Compilation failed: 1 error(s), 0 warnings
> make: *** [ModMono.dll] Error 1

That error is resolved in CVS. Now, MapPath is:

    public override string MapPath (string path) {
        return base.MapPath(request.RemovePrefix(path, base.GetAppPath()));
    }

I hope this help you...

Regards,

    Pedro

-- 
Pedro Martinez Juliá
\  yoros at terra.es
)|    yoros at wanadoo.es
/        http://yoros.cjb.net
Socio HispaLinux #311
Usuario Linux #275438 - http://counter.li.org
GnuPG public information:  pub  1024D/74F1D3AC
Key fingerprint = 8431 7B47 D2B4 5A46 5F8E  534F 588B E285 74F1 D3AC



More information about the Mono-devel-list mailing list