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

2013-01-14 Thread Jonathan Pryor
On Jan 14, 2013, at 12:11 PM, tomason t...@creamysoft.com wrote: Is there a way to tell mono to look somewhere else for libc.so? Yes: an .exe.config with a dllmap/: http://mono-project.com/DllMap However, this really shouldn't be necessary; mono includes a default dllmap in

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

2013-01-14 Thread Tom Mason
Thank you, Robert! Calling mono_config_parse(NULL) fixed my problem. Not all of the samples call it, and the one that does doesn't include the necessary header: mono/metadata/mono-config.h. But I added that too and all is well. Thanks, again! On Mon, Jan 14, 2013 at 9:42 AM, Robert Jordan