[Mono-list] Mac OS X / Mono Beta 3 Issue

Duncan Mak duncan@ximian.com
Thu, 17 Jun 2004 12:23:09 -0400


On Wed, 2004-06-16 at 23:03, Abram Gillespie wrote:
> I'm on Mac OS 10.2 and trying to install Beta 3.  I get through all of 
> "make" but "make install" gives me:
> 
> Unhandled Exception: System.DllNotFoundException: libc
> in <0x000dc> (wrapper managed-to-native) Mono.Tools.Driver:symlink 
> (string,string)
> in <0x00030> Mono.Tools.Driver:Symlink (string,string)
> in <0x00584> Mono.Tools.Driver:Install 
> (bool,string,string,string,string,string,string)
> in <0x007dc> Mono.Tools.Driver:Main (string[])
> 
> This is with the mono-0.96 package.
> 

I saw the same problem as well. I fixed it by making a symlink to
/etc/mono/config at /usr/etc/mono/config. This only masks the problem,
but it helps move things forward.

The real cause of this problem is the location Mono uses to look for its
config files, it's strange that it would be probing in /usr/etc, instead
of just /etc.

Duncan.