[Mono-list] libc.so vs libc.so.6

Robert Jordan robertj at gmx.net
Mon Jan 14 17:42:33 UTC 2013


Hi!

On 14.01.2013 18:11, tomason wrote:
> Hello!
>
> I'm using Link Mint 14, and I'm creating a new program in which I embed
> mono.  Using the samples as a starting point, I had no problems building my
> app.  However, I'm having problems running it: libc.so is not found.

It seems that your embedded mono isn't taking the DLL configuration
into account ($monoprefix/etc/mono/config).

You must invoke mono_config_parse(NULL) to initialized the DLL maps
right before creating the default domain.

Robert




More information about the Mono-list mailing list