On Fri, 2010-09-10 at 06:42 -0700, juanhawa wrote: > Hi there, > > I'm trying to install apache2, mono 2.6 and all its friends (xsp, mod_mono, > etc) from the sources. Though i succeeded in compiling everything, at run > time i get the following error (as seen on the error_log of apache): > > The assembly mscorlib.dll was not found or could not be loaded. > It should have been installed in the `/usr/local/lib/mono/1.0/mscorlib.dll'
Can you run any Mono program at all? Try compiling something and running it. Also make sure that all the permissions in the folders leading that mscorlib.dll allow the user running apache r and x permissions. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
