"Simons, Rick" <[EMAIL PROTECTED]> writes:

> Greetings all.
>  
> I've posted in the past, but never really have gotten connectivity to a
> https server I support using the wget application.  I've looked in the
> manual, on the website and searched the Internet but am not getting very
> far.
>  
>  
> wget -V
>   GNU Wget 1.9
>
> wget -d -S https://server/file
>   https://server/file: Unsupported scheme.

This error message indicates that your version of Wget is compiled
without SSL support.

> I then decided (based on previous instruction from this group) to recompile
> wget with ssl.  This is on a RH9 box, with openssl libs in
> /usr/include/openssl
>  
> ./configure --with-ssl=/usr/include/openssl/
>   <compiles>
>   Looking for SSL libraries in /usr/include/openssl/
>   checking for includes... not found
>   ERROR: Failed to find OpenSSL libraries.

Try just `./configure', it should find the SSL libraries in the
default location.  At least it does for me -- I use RH9.

Reply via email to