[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] compile problem
From: |
Larry Hynes |
Subject: |
Re: [Lynx-dev] compile problem |
Date: |
Mon, 23 Apr 2018 23:21:30 +0100 |
User-agent: |
mblaze/0.3.2-24-gfb41154 (2018-04-23) |
iohann <address@hidden> wrote:
> attempting to compile Lynx Version 2.8.8rel.2 (09 Mar 2014)
>
> ./configure --with-ssl --with-tls
>
> ./configure runs without error
> make runs without error
> make install runs without error
>
> however, this does not produce Lynx with https capability. error message
> indicates: "This client does not contain support for HTTPS URLs"
>
> Any suggestions?
Try: ./configure --with-ssl=/path/to/openssl
(I don't see a '--with-tls' option in './configure --help')