[Mono-list] Mono 0.13 on FreeBSD problems
Stefan Arentz
stefan.arentz@soze.com
Tue, 6 Aug 2002 15:23:07 +0200
Hi.
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?
It seems to leave this behind:
srwxr-xr-x 1 stefan stefan 0 Aug 6 15:12 ??=
-rw------- 1 stefan stefan 4349952 Aug 6 15:21 mono.core
Anybody?
S.