[Mono-list] Testing ASP.NET on RedHat 8...

Miguel de Icaza miguel@ximian.com
06 Nov 2002 01:24:47 -0500


Hello,

> Wanted to help out testing ASP.NET on RedHat, but if I'm not mistaken it
> doesn't run on Linux yet and only runs in the MS environment. Is this
> correct? I've downloaded latest xsp module from anon-cvs and it builds ok on
> RedHat 8 but i get the following error when I run:
> 
> mono server.exe
> 
> ** (server.exe:16595): WARNING **: Failed to load library libkernel32.dll.so
> (kernel32.dll): libkernel32.dll.so: cannot open shared object file: No such
> file or directory

You can ignore this warning.

> if i try to access a page like index.aspx i get the following error:
> 
> GC Warning: Finalization cycle involving 813eb40
> GC Warning: Finalization cycle involving 813eb40
> GC Warning: Finalization cycle involving 813eb40
> 
> I'd love to help out...what should i do?

You can test for now things by setting the GC_DONT_GC variable to one,
Gonzalo was tracking this problem today.

Miguel.