Hi Rosario,

Am Freitag, den 02.02.2018, 14:53 +0100 schrieb
rosario.contar...@esa.int:
> HI Tim, 
> 
> Thank you for your pointer. 
> 
> Unfortunately wget 1.14 is only available for SLES 12 (not 11). 
> 
> So I tried to compile wget 1.14 on 11. 
> 
> It fails on 
> 
> configure: error: --with-ssl was given, but GNUTLS is not available. 

Look at ./configure --help closely and you'll see
...
  --with-ssl={gnutls,openssl}
                          specify SSL backend. GNU TLS is the default.
...

So to select OpenSSL as TLS library use
--with-ssl=openssl

Else you select the GnuTLS library which should be no problem if you
install it's *devel* package.

Regards, Tim

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to