Re: [Bug-wget] pkg-config, openssl

2016-07-01 Thread Michael Felt
You had it correct - pkg-config was not installed. Got ./bootstrap to run (on linux) On 29-Jun-16 15:56, Tim Ruehsen wrote: Maybe you are missing pkg-config and/or libtool !? Back to AIX - ran ./configure and it also complained that pkg-config was not installed. Due to dependancies on glib (g

Re: [Bug-wget] gnutls_handshake can return GNUTLS_E_INTERRUPTED

2016-07-01 Thread Daniel Stenberg
On Fri, 1 Jul 2016, Tim Ruehsen wrote: GNUTLS_E_INTERRUPTED is returned if the process got a signal that interrupts blocking I/O (for wget this is SIGUSR1 and SIGHUP). If it is just *one* signal (very likely), a successive call to gnutls_handshake() would not return again with this value. If t

Re: [Bug-wget] gnutls_handshake can return GNUTLS_E_INTERRUPTED

2016-07-01 Thread Tim Ruehsen
On Thursday 30 June 2016 17:18:36 Daniel Stenberg wrote: > On Thu, 30 Jun 2016, Tim Ruehsen wrote: > > I believe, we already handle that case. If GNUTLS_E_INTERRUPTED occurs, we > > restart the loop and re-enter gnutls_handshake(). This happens for all > > non-fatal errors. > > Right, but then it