comp.lang.ada
 help / color / mirror / Atom feed
From: Okasu <oka.sux@gmail.com>
Subject: Re: ZLIB_ERROR with AWS
Date: Sat, 20 Oct 2012 22:26:43 +0000 (UTC)
Date: 2012-10-20T22:26:43+00:00	[thread overview]
Message-ID: <slrnk8697j.vui.oka.sux@localhost.localdomain> (raw)
In-Reply-To: slrnk865tq.qn6.oka.sux@localhost.localdomain

On 2012-10-20, Okasu <oka.sux@gmail.com> wrote:
> On 2012-10-20, Pascal Obry <pascal@obry.net> wrote:
>> Le 20/10/2012 23:15, Okasu a écrit :
>>> Oh, thanks a lot!
>>> Maybe there is some catch like this with zlib issue too?
>>
>> With Zlib you can tell if the one from the system is to be used or not.
>>
>>    $ make ZLIB=false setup
>>
>> Will force AWS to build it's own version of Zlib.
>>
> Great, thanks again.

I've make AWS with "make SOCKET=openssl ZLIB=false setup" and SSL works
fine now. But "raised ZLIB.ZLIB_ERROR : DATA_ERROR: incorrect header check"
still persists. Any suggestions?

>    procedure Finalize (...) is
>    begin
>       Ada.Text_IO.Put_Line
>       (  "#1 was:"
>       &  Ada.Exceptions.Exception_Information
>          (  GNAT.Most_Recent_Exception.Occurrence
>       )  );
>       ...
>
> at the end of the Finalize you add:
>
>       ...
>    exception
>       when Error : others =>
>          Ada.Text_IO.Put_Line
>          (  "#2 was:"
>          & Ada.Exceptions.Exception_Information (Error)
>          );
>          raise;
>    end Finalize;

With zlib case gives nothing but same error.



  reply	other threads:[~2012-10-28  2:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-20  0:35 ZLIB_ERROR with AWS Okasu
2012-10-20  7:23 ` Okasu
2012-10-20  7:47   ` Dmitry A. Kazakov
2012-10-20  8:32     ` Okasu
2012-10-20  9:04       ` Dmitry A. Kazakov
2012-10-20 20:46         ` Okasu
2012-10-20 20:58           ` Pascal Obry
2012-10-20 21:15             ` Okasu
2012-10-20 21:25               ` Pascal Obry
2012-10-20 21:30                 ` Okasu
2012-10-20 22:26                   ` Okasu [this message]
2012-10-21  7:29                     ` Pascal Obry
2012-10-21 10:22                     ` Marius Amado-Alves
2012-10-21 20:44                       ` Okasu
2012-10-22  5:38                         ` Pascal Obry
2012-10-22  8:08                           ` Okasu
2012-10-22 15:39                             ` Pascal Obry
2012-10-21  6:17           ` darkestkhan
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox