[Mono-list] mod_mono/xsp for 1.1.4 release

Sergey Moiseev bopm@maloletka.ru
Sun, 20 Feb 2005 04:04:50 +0300


Gonzalo Paniagua Javier wrote:

> On Fri, 2005-02-18 at 14:47 +0300, Sergey Moiseev wrote:
>  
>
>>
>> Sorry for stupid question but where is mod_mono and xsp for 1.1.4?
>>
> mod_mono/xsp will use the runtime that you have installed. It does not
> matter if it's the stable 1.0.x or the development 1.1.x.
>
>  
>
Aha. May bee you right, but, it's not working after update from 1.0.5 to 
1.1.4.
When I trying to build xsp-1.0.6 on mono-1.1.4 I get this:
  /usr/local/src/xsp-1.0.6# make
  Making all in man
  make[1]: Entering directory `/usr/local/src/xsp-1.0.6/man'
  cp xsp.1 mod-mono-server.1
  make[1]: Leaving directory `/usr/local/src/xsp-1.0.6/man'
  Making all in server
  make[1]: Entering directory `/usr/local/src/xsp-1.0.6/server'
  /usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll 
-r:Mono.Posix.dll /d:MODMONO_SERVER /out:mod-mono-server.exe 
./IApplicationHost.cs ./MonoWorkerRequest.cs ./Tracing.cs             
./ApplicationServer.cs ./LingeringNetworkStream.cs 
./BaseApplicationHost.cs ./BaseRequestBroker.cs ./IWebSource.cs 
./server.cs ./ModMonoRequest.cs ./ModMonoWorkerRequest.cs             
              ./ModMonoApplicationHost.cs ./ModMonoTCPWebSource.cs 
AssemblyInfoModMono.cs

  ** ERROR **: file domain.c: line 566 (mono_init_internal): assertion 
failed: (mono_defaults.runtimesecurityframe_class != 0)
  aborting...
  make[1]: *** [mod-mono-server.exe] Aborted
  make[1]: Leaving directory `/usr/local/src/xsp-1.0.6/server'
  make: *** [all-recursive] Error 1

Any ideas?
-- 
Wbr, Sergey Moiseev