[Mono-list] Mac OS X / Mono Beta 3 Issue
Jonathan Stowe
jns@gellyfish.com
Thu, 17 Jun 2004 08:16:08 +0100
On Thu, 2004-06-17 at 04: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.
>
You may need to adjust the
<dllmap dll="libc" target="libc.so.6" />
in the 'config' file in the data sub-directory where you unpacked mono
to reflect the libc.so you have on your machine.
/J\