[Mono-list] mod_mono configuration problems

Miguel de Icaza miguel@ximian.com
10 Oct 2003 11:39:54 -0400


Hello,

> 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?

Your Mono runtime is configured to load from prefix /usr/local, and you
probably placed the libraries somewhere else.