[Mono-list] mod_mono on Gentoo

Gert Driesen gert.driesen@pandora.be
Sun, 15 Jun 2003 12:03:22 +0200


Hi Daniel,

I still can't manage to get it working, when I request the /mono virtual
directory using my browser, Apache doesn't seem to respond ... I looked at
the error.log and there's no error information available at all, but I do
see an entry stating "mod_mono/0.3 configured -- resuming normal operations"

I tried to use xsp and that kinda worked, but apparently I don't get a list
of examples, as new DirectoryInfo(".") in index.aspx (in the /test virtual
directory) seems to be pointing to the root (/home/gert/mono/xsp/server)
instead of to the /test virtual directory (/home/gert/mono/xsp/server/test)
in which it actually resides ...

Any ideas ?

Gert
----- Original Message ----- 
From: "Daniel Lopez" <daniel@rawbyte.com>
To: "Gert Driesen" <gert.driesen@pandora.be>
Cc: <mono-list@ximian.com>
Sent: Sunday, June 15, 2003 10:32 AM
Subject: Re: [Mono-list] mod_mono on Gentoo


>
> Forgot to cc: the list. Can't we just make reply-to go to the list instead
> of forcing people to do group-reply?
>
> Cheers
>
> daniel
>
> On Sun, Jun 15, 2003 at 01:31:34AM -0700, Daniel Lopez wrote:
> >
> > That is fine, you should get a working ModMono.dll after that.
> > The C# class relies on some C functions that are not provided by Mono
runtime
> > but will be present once mod_mono is loaded. You can safely ignore those
> > warnings
> >
> > Take care
> >
> > Daniel
> >
> > On Sun, Jun 15, 2003 at 10:04:15AM +0200, Gert Driesen wrote:
> > > Hi,
> > >
> > > I built and installed Mono from cvs and it's running great, but now I
want
> > > to be able to use mod_mono to use ASP.NET in Apache.
> > >
> > > I use Gentoo (1.4 rc4), so I "emerged" apache2, and again it's working
fine
> > > ...
> > >
> > > I'm able to compile mod_mono without problems, but when I compile
> > > ModMono.dll I get numerous warning messages that corlib and runtime
are out
> > > of sync, although I'm pretty sure they're in sync :
> > >
> > > ** (/home/gert/mono/install/bin/mcs.exe:5473): WARNING **: cant
resolve
> > > internal call to
"Apache.Web.Request::SetStatusLineInternal(intptr,string)"
> > > (tested without signature also)
> > >
> > > Your mono runtime and corlib are out of sync.
> > > Corlib is: ModMono
> > >
> > > When you update one from cvs you need to update, compile and install
> > > the other too.
> > > Do not report this as a bug unless you're sure you have updated
correctly:
> > > you probably have a broken mono install.
> > > If you see other errors or faults after this message they are probably
> > > related
> > > and you need to fix your mono install first.
> > >
> > > Can someone please advise ?
> > >
> > > Thanks,
> > >
> > > Gert
> > >
> > > _______________________________________________
> > > Mono-list maillist  -  Mono-list@lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/mono-list
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>