[Mono-list] mod_mono configuration problems

Gonzalo Paniagua Javier gonzalo@ximian.com
Thu, 09 Oct 2003 20:45:37 +0200


> I have installed mono and mcs from the most recent RPMs through Red Carpet.
>  
> I then downloaded xsp-0.6 and mod_mono from go-mono.com/downloads.html.  (Incidentally, should xsp-0.6.tar.gz only contain binaries and no source?)
>  
> Once I copied the xsp binaries to the proper locations I went through the INSTALL file for mod_mono.
>  
> Everything goes fine until I get to step 4 (run mod-mono-server).
>  
> When I the line 'mono /usr/bin/mod-mono-server.exe --root . --applications /mono:.' I see the following output:
>  
> The assembly corlib.dll was not found or could not be loaded.
> It should have been installed in the `/usr/local/lib' directory.
> 
> Is this a problem with the way I configured mod_mono? (./configure --prefix=/usr) or do the docs need corrected?

No. You should set MONO_PATH to the patch containing corlib.dll and the
rest of assemblies before executing that command. And this is not xsp
specific.

-Gonzalo