[Mono-devel-list] Mod_mono / XSP compiled from scratch latest

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Aug 1 14:10:54 EDT 2005


On Thu, 2005-07-28 at 18:09 +0200, Colt D. Majkrzak wrote:
> I just downloaded all of mono/xsp/mod_mono to upgrade to the latest on
> our Cpanel server, removing the cpanel outdated crap for mono.  I
> recompiled everything exactly how each describes but I’m getting a 503
> Service temporarily Unavailable from the website itself, and if I look
> at the apache logs I can see the following:
> 
>  
> 
> Corlib not in sync with this runtime: expected corlib version 37,
> found 22.
> 
> Download a newer corlib or a newer runtime at
> http://www.go-mono.com/daily.

May be your new mono was installed into, say, /usr/local and the old one
and mod_mono where compiled with --prefix=/usr.

If the /usr copy of mono is still there, mod_mono is trying to use it. I
would rebuild mod_mono to point to the right location by default
(--prefix and --with-mono-prefix) or use the appropiate directives for
mod_mono so that it knows where the new 'mono' executable is (man
mod_mono).

-Gonzalo




More information about the Mono-devel-list mailing list