[Mono-list] xsp problem

Jonathan Stowe mono-list@lists.ximian.com
Thu, 27 May 2004 10:40:49 +0100


On Thu, 2004-05-27 at 10:11, master wrote:
> or i get sometimes
>       [Thu May 27 11:07:50 2004] [error] (61)Connection refused: Failed
> connecting and child didn't exit!
> 
> is there somewhere where i must say to mod mono where the port of xsp server
> is ?

I'm not quite following you here, you either use XSP *or* mod_mono,
although you need to install both.  If you are using mod_mono then it
will be on the same port as the Apache is listening.  The configuration
for the Apache to make it use mod_mono is described in the INSTALL file
in the mod_mono source.

/J\
> ----- Original Message ----- 
> From: "Jonathan Stowe" <jns@gellyfish.com>
> To: "master" <master@tyranz.com>
> Cc: <mono-list@ximian.com>
> Sent: Thursday, May 27, 2004 9:58 AM
> Subject: Re: [Mono-list] xsp problem
> 
> 
> > On Wed, 2004-05-26 at 14:17, master wrote:
> > > Hi, i just trying to install the xsp server, the configure went well but
> > > when i do the make i get the following :
> > >
> /usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll -r:Mono.Pos
> > > ix.dll /d:MODMONO_SERVER /out:mod-mono-server.exe
> > > error CS2008: No files to compile were specified
> > > Compilation failed: 1 error(s), 0 warnings
> > > *** Error code 1
> > >
> > > Stop in /root/xsp-0.13/server.
> > > bash-2.05b#
> > >
> > > any idea of what i can do?
> >
> > Make sure you are using the GNU Make rather than any other one - I have
> > seen this with the BSD make for instance.
> >
> > /J\
> >
> >