[Mono-bugs] [Bug 602210] New: Cannot find libMonoPosixHelper.so when trying to DeflateStream

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 3 20:56:45 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=602210

http://bugzilla.novell.com/show_bug.cgi?id=602210#c0


           Summary: Cannot find libMonoPosixHelper.so when trying to
                    DeflateStream
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: x86
        OS/Version: Ubuntu
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Mono.POSIX
        AssignedTo: miguel at novell.com
        ReportedBy: clemente at rowan.edu
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3)
Gecko/20100401 Firefox/3.6.3

When trying to DeflateStream libMonoPosixHelper.so can not be found.  It exists
in /usr/local/lib.  Using LD_LIBRARY_PATH does not resolve the issue.

System.DllNotFoundException: libMonoPosixHelper.so
  at (wrapper managed-to-native)
System.IO.Compression.DeflateStream:CreateZStream
(System.IO.Compression.CompressionMode,bool,System.IO.Compression.DeflateStream/UnmanagedReadOrWrite,intptr)
  at System.IO.Compression.DeflateStream..ctor (System.IO.Stream
compressedStream, CompressionMode mode, Boolean leaveOpen, Boolean gzip)
[0x0006c] in
/src/monoscript/mono-2.6.4/mcs/class/System/System.IO.Compression/DeflateStream.cs:82 
  at (wrapper remoting-invoke-with-check)
System.IO.Compression.DeflateStream:.ctor
(System.IO.Stream,System.IO.Compression.CompressionMode,bool,bool)
  at System.IO.Compression.GZipStream..ctor (System.IO.Stream compressedStream,
CompressionMode mode, Boolean leaveOpen) [0x00006] in
/src/monoscript/mono-2.6.4/mcs/class/System/System.IO.Compression/GZipStream.cs:48 
  at System.IO.Compression.GZipStream..ctor (System.IO.Stream compressedStream,
CompressionMode mode) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check)
System.IO.Compression.GZipStream:.ctor
(System.IO.Stream,System.IO.Compression.CompressionMode)
  at Octazen.Http.HttpRequestor2.ReadResponse (Boolean skipContinueStatusCode)
[0x00000] in <filename unknown>:0 
  at Octazen.Http.HttpRequestor2.ReadResponse () [0x00000] in <filename
unknown>:0 
  at Octazen.Http.WebRequestor.httpRequestAsEntity (System.String url,
System.String method, System.String contentType, IPostData postData,
System.String referer, IList`1 extraHeaders, Int32 remainingRedirects)
[0x00000] in <filename unknown>:0 
  at Octazen.Http.WebRequestor.httpRequestAsEntity (System.String url, Boolean
post, System.String contentType, IPostData postData, System.String referer,
IList`1 extraHeaders, Int32 remainingRedirects) [0x00000] in <filename
unknown>:0 
  at Octazen.Http.WebRequestor.httpRequestAsBytes (System.String url, Boolean
post, System.String contentType, IPostData postData, System.String referer,
IList`1 extraHeaders, Int32 remainingRedirects) [0x00000] in <filename
unknown>:0 
  at Octazen.Http.WebRequestor.submitFormAsBinary (Octazen.Http.HttpForm form,
IList`1 extraHeaders, Int32 maxRedirects) [0x00000] in <filename unknown>:0 
  at Octazen.Http.WebRequestor.submitForm (Octazen.Http.HttpForm form, IList`1
extraHeaders, System.String defaultCharset, Int32 maxRedirects) [0x00000] in
<filename unknown>:0 
  at Octazen.Http.WebRequestor.submitForm (Octazen.Http.HttpForm form,
System.String defaultCharset) [0x00000] in <filename unknown>:0 
  at Octazen.Http.WebRequestor.postForm (Octazen.Http.HttpForm form,
System.String defaultCharset) [0x00000] in <filename unknown>:0 
  at Octazen.Http.WebRequestor.postForm (Octazen.Http.HttpForm form) [0x00000]
in <filename unknown>:0 
  at Octazen.AddressBook.GmailImporter2.Login (System.String loginEmail,
System.String password, System.String captchaToken, System.String
captchaAnswer) [0x00000] in <filename unknown>:0 
  at Octazen.AddressBook.GmailImporter2.Login (System.String loginEmail,
System.String password) [0x00000] in <filename unknown>:0 
  at Octazen.AddressBook.GmailImporter2.FetchContacts (System.String
loginemail, System.String password) [0x00000] in <filename unknown>:0 
  at Octazen.AddressBook.SimpleAddressBookImporter.FetchContacts (System.String
email, System.String password) [0x00000] in <filename unknown>:0 
  at Lunchwalla.Utilities.ContactsImporter.GetContacts (System.String email,
System.String password, System.Collections.Generic.List`1 existingContacts)
[0x00000] in <filename unknown>:0 


Reproducible: Always

Steps to Reproduce:
1.
2.
3.



Same issue as reported here:
https://bugzilla.novell.com/show_bug.cgi?id=574713#c3

Followed suggestion by Gonzalo here:
https://bugzilla.novell.com/show_bug.cgi?id=574713#c6

Did not resolve the issue.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list