[Mono-list] Problems on FreeBSD with Beta 1

Scott Muc mono@muc-central.com
Tue, 18 May 2004 18:05:27 -0700


On Tue, 2004-05-18 at 08:44, Miguel de Icaza wrote:
> Hello,
> 
> > Just tried a new build with the May-17th snapshot with the same results.
> > Here are two lines from a 'ps aux'. The process states never change.
> > 
> > root   39900  0.1  4.7 15852 5860  p0  S+    7:18PM   0:01.70 lt-mono
> > --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f
> > /pa
> > root   39983  0.0  2.1  9440 2588  ??  Is    7:18PM   0:00.03 lt-mono
> > --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f
> > /pa
> 
> We need a way of detecting the native libc for FreeBSD, do you have any
> ideas on how to get the right version number?
> 
> The issue is that we are calling symlink from the libc (This is the
> famous config file error).
> 
> Not having access to a BSD machine means we can not debug this, and we
> are going to need your help tracking down where mono is stuck.

I'll be happy to help out. I'm extremely enthusiastic about Mono's
progress. I administer IIS6 servers and I am looking forward to
experience how Mono and Asp.Net compare.

I know that all my FreeBSD 4.x machines have /usr/lib/libc.so.4, while
my FreeBSD 5 machines use /lib/libc.so.5 (with /usr/lib/libc.so
symlinked to it). I can try and do a little research on the topic, but
I'm sure there are some more experience FreeBSD users that will know the
answer right away.

Just let me know what you would like me to try. I'll gladly donate some
of my time to getting this working in a FreeBSD environment.

Scott Muc