#3655 closed enhancement (fixed)
Lynx 2.8.8dev.15
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
The release notes for this version are as follows:
Several bugfixes and improvements, such as eliminating a limit on the number of IP addresses passed to the parent process for the nsl-fork feature, showing ETA for FTP downloads as is done for HTTP downloads, and inferring MIME types for gopher servers. There are other fixes for the gnutls configuration, etc.
Change History (8)
comment:1 by , 12 years ago
follow-up: 5 comment:2 by , 12 years ago
I had the same problem yesterday (with 15,14,10 - in the end I've gone back to 14) and used a slightly different approach to put this in the CFLAGS
CFLAGS="$CFLAGS -DUSE_OPENSSL_INCL" \ ./configure ...
Are you using openssl-1.0.1e ? I'm trying to work out what changed to expose this problem.
comment:3 by , 12 years ago
Using .14, I had no problem using '--with-ssl --with-gnutls'. (ablfs does not make the difference between 'and' and 'or', so I got both openssl and gnutls installed). I have erased the logs, so do not ask me more details, sorry. I use openssl 1.0.1c.
comment:4 by , 12 years ago
The problem is because lynx falls back to using gnu-tls (ssl.h instead of openssl/ssl.h), and we don't all have it installed.
But the define used to get set automatically.
comment:5 by , 12 years ago
Replying to ken@…:
I had the same problem yesterday (with 15,14,10 - in the end I've gone back to 14) and used a slightly different approach to put this in the CFLAGS
CFLAGS="$CFLAGS -DUSE_OPENSSL_INCL" \ ./configure ...Are you using openssl-1.0.1e ? I'm trying to work out what changed to expose this problem.
hmm, looks nicer ;-) No, i have openssl-1.0.1c installed.
comment:6 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at revision 11075.
Added a note about adding "#define USE_OPENSSL_INCL 1" to lynx_cfg.h, but the CFLAGS approach did not work for me.
When the --with-ssl option is given, compilation fails:
There is a USE_OPENSSL_INCL flag (see lynx_cfg.h) which somehow remains unset there. Seems so that this is the reason for the failure. This is in version lynx2.8.7rel.2 as well as 2.8.8dev.14/15. A workaround is to set the flag manually after configure before make: