[Mono-list] Mono 0.13 on FreeBSD problems

Miguel de Icaza miguel@ximian.com
07 Aug 2002 08:23:34 -0400


Hello!

> I'm trying to use Mono 0.13 on FreeBSD 4.5 using the mono port in /usr/ports/lang/mono.
> 
> Everything compiled fine, but when I try to compile a simple
> application I get:
> 
> % mcs hello.cs
> 
> ** (process:62057): CRITICAL **: bind failed: Address already in use
> 
> ** (process:62056): WARNING **: Handle daemon failed to start
> 
> ** (process:62056): WARNING **: Failed to attach shared memory! (tried shared memory ID 0x50003). Falling back to non-shared handles
> Segmentation fault - core dumped
> 
> I don't understand the first line. Why does mono or mcs want to bind
> to a socket. Or is this some kind of control socket?

Mono forks a process that will handle the handle sharing.

Miguel