lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] ssl - compile - https


From: Thomas Dickey
Subject: Re: [Lynx-dev] ssl - compile - https
Date: Fri, 8 Jul 2016 18:10:59 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Jul 06, 2016 at 03:40:43PM -0500, zoho wrote:
> and compile reports (in part):
> checking if you want ssl library... yes
> ...
> checking if you want gnutls-openssl compat... no
> ...
> checking if you want to use pkg-config... yes
> checking for pkg-config... /usr/bin//pkg-config
> checking pkg-config for openssl... no
> checking pkg-config for libssl... no

I built lynx (after setting up Ubuntu 16.04 for development), and don't
see any problems with ssl.

If you had the "libssl-dev" package installed, it would find the pkg-config.

Normally I run configure using the "--verbose" option, which gives a
few more lines (indented), e.g.,

checking if you want ssl library... yes
checking if you want gnutls support... no
checking if you want gnutls-openssl compat... no

and
 
checking pkg-config for openssl... yes
        adding -lssl -lcrypto to LIBS
        checking ssl header-path /usr/include/openssl

and

checking for ldd... ldd
        ...checking EXTRA_LDFLAGS 
        ...checking LDFLAGS 
        ...checked LDFLAGS 
        ...checking LIBS -lz -lbz2 -lidn -lncurses -ltinfo -lssl -lcrypto
        ...checked LIBS  -lz -lbz2 -lidn -lncurses -ltinfo -lssl -lcrypto
        ...checked EXTRA_LDFLAGS 
 
For bug reports, it helps to have these files:

        config.log
        config.cache
        config.status
 
(and the log from compiling, of course).

> -------- Forwarded Message --------
> Subject:      ssl - compile - https
> Date:         Wed, 6 Jul 2016 15:13:29 -0500
> From:         zoho <address@hidden>
> To:   address@hidden
> 
> 
> 
> cannot get compiled lynx to work with https.
> 
> ./configure --with-ssl
> make
> sudo make install
> 
> seems to go well. no error messages.
> lynx installs at /usr/local/bin/lynx
> 
> yet, starting /usr/local/bin/lynx, then attempting to access https site
> fails with message: this client does not contain support for HTTPS URLs
> 
> i am running ubuntu 16.04.
> 
> "sudo apt-get install lynx"
> works smoothly, installs at /usr/bin/lynx and permits access to HTTPS.
> 
> any suggestions?
> 
> thanks in advance for help.
> 
> iohann
> 
> 
> 

> _______________________________________________
> Lynx-dev mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lynx-dev


-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]