Re: [Mono-dev] dlopen(libSystem.Data.dll, 9): image not found

2017-03-01 Thread Alexander Köplinger via Mono-devel-list
Yep, it does indeed come from referencesource: https://github.com/mono/mono/blob/d01c819b05550d430d3c1bf0cc6842a2e8a47a0d/mcs/class/referencesource/System.Data/System/Data/Common/System.Data_BID.cs#L70 This should be harmless as I don't think any code on Mono reaches this (otherwise you'd get a

Re: [Mono-dev] dlopen(libSystem.Data.dll, 9): image not found (Mono-devel-list Digest, Vol 143, Issue 1)

2017-03-01 Thread Jo Shields
On 01/03/17 18:56, Robert Jordan wrote: > On 01.03.2017 15:54, Jonathan Mitchell wrote: >> While fixing a Dll import issue on MacOS I noticed the following: >> >> Mono: DllImport error loading library 'libSystem.Data.dll.so': >> 'dlopen(libSystem.Data.dll.so, 9): image not found'. >> Mono:

Re: [Mono-dev] dlopen(libSystem.Data.dll, 9): image not found

2017-03-01 Thread Robert Jordan
On 01.03.2017 15:54, Jonathan Mitchell wrote: While fixing a Dll import issue on MacOS I noticed the following: Mono: DllImport error loading library 'libSystem.Data.dll.so': 'dlopen(libSystem.Data.dll.so, 9): image not found'. Mono: DllImport error loading library 'libSystem.Data.dll.bundle':

Re: [Mono-dev] dlopen(libSystem.Data.dll, 9): image not found

2017-03-01 Thread Alexander Köplinger via Mono-devel-list
That's weird, System.Data.dll is a .NET Framework / BCL assembly so P/Invoking into it doesn't make sense. - Alex > On 01 Mar 2017, at 15:54, Jonathan Mitchell wrote: > > While fixing a Dll import issue on MacOS I noticed the following: > > Mono: DllImport error loading

[Mono-dev] dlopen(libSystem.Data.dll, 9): image not found

2017-03-01 Thread Jonathan Mitchell
While fixing a Dll import issue on MacOS I noticed the following: Mono: DllImport error loading library 'libSystem.Data.dll.so': 'dlopen(libSystem.Data.dll.so, 9): image not found'. Mono: DllImport error loading library 'libSystem.Data.dll.bundle': 'dlopen(libSystem.Data.dll.bundle, 9): image