Windows ASP developer background, I can fake my way through most basic linux tasks by utilizing google, but I'm a little stuck now.
I have a fairly fresh install of RH8.0 and installed rpms for the libgc and mono-0.17 today. The rpms installed without any warnings/errors. I then installed the xsp test server using make/make install and I think that all went ok (it said it was successfull on both). when I run mono server.exe, I get the following output: ** (server.exe:9777): WARNING **: Failed to load library libkernel32.dll.so (kernel32.dll): libkernel32.dll.so: cannot open shared object file: No such file or directory ** (server.exe:9777): WARNING **: Failed to load library libkernel32.dll.so (kernel32.dll): libkernel32.dll.so: cannot open shared object file: No such file or directory ** Warning **: cannot find /usr/etc/mono/machine.config Trying to load app config file... Listening on port: 8080 Unhandled Exception: System.Net.Sockets.SocketException: Address already in use in (unmanaged) mono(mono_raise_exception+0x20) [0x80b9ee6] in (unmanaged) mono(ves_icall_System_Net_Sockets_Socket_Bind_internal+0x72) [0x80d0b38] in <0x0005a> 00 System.Net.Sockets.Socket:Bind (System.Net.EndPoint) in <0x0002c> 00 System.Net.Sockets.TcpListener:.ctor (System.Net.IPEndPoint) in <0x000c8> 00 Mono.ASPNET.MonoApplicationHost:Start () in <0x00363> 00 Mono.ASPNET.Server:Main (string[]) My research informed me that the two warnings were ok, but I must be missing something very basic. Is it just the machine.config file? I obviously don't have one on the machine, I don't even have a etc/mono directory. Should I create one? Is there a resource for example machine.config files? Hope this question isn't too basic, just looking for somebody to give me a push in the right direction. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
