[Mono-dev] DeflateStream on OSX

Jonathan Shore jonathan.shore at gmail.com
Sun Dec 25 11:04:06 EST 2011



On Dec 25, 2011, at 10:17 AM, Jonathan Pryor wrote:

> On Dec 20, 2011, at 1:06 PM, Jonathan Shore wrote:
>> I attempted to use System.IO.Compression.DeflateStream and encountered a DLL load error when DeflateStream attempts to load the MonoPosixHelper DLL.   Searching in 
>> 
>> 	/Library/Frameworks/Mono.framework/Libraries/mono
>> 
>> did not find the MonoPosixHelper dll.
> 
> That's because it's:
> 
> 	/Library/Frameworks/Mono.framework/Libraries/libMonoPosixHelper.dylib
> 
> How are you attempting to use DeflateStream? It works for me from `csharp` on OSX:


My issue was with not having called a function in the  mono C embedding API  to initialize the mono library search-path configuration.   Hence mono could not find the library.  (I had this problem from an embedded application).

Thanks
Jonathan 


More information about the Mono-devel-list mailing list