Discussion:
(no subject)
terry
2014-05-24 07:09:39 UTC
Permalink
... ciao:

given:

"Lynx Version 2.8.8dev.8 (10 Jan 2011)
libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 1.0.0-fips, ncurses 5.7.20100130
Built on linux-gnu May 21 2014 17:12:24"

"# echo $LYNX_LSS
/etc/lynx.lss"


i get " lynx.lss" is not available.
^ that leading space looks suspicious to me.


from lynx_cfg.h --> #define LYNX_LSS_FILE "/etc/lynx.lss"

with this as the initial configuration parameter list:

"./configure -C --sysconfdir=/etc --sharedstatedir=/usr/local/share \
--localstatedir=/var/run --infodir=/usr/info --mandir=/usr/man \
--disable-largefile --disable-nls --with-ssl --with-gnutls \
--disable-htmlized-cfg --enable-local-docs --enable-default-colors \
--disable-alt-bindings --disable-file-upload --disable-idna \
--enable-justify-elts --disable-partial --enable-persistent-cookies \
--enable-prettysrc --enable-progressbar --disable-read-eta \
--disable-source-cache --disable-scrollbar --enable-cgi-links \
--disable-underlines --enable-wais --disable-dired \
--disable-dired-dearchive --disable-dired-override \
--disable-dired-permit --disable-dired-xpermit --disable-dired-tar \
--disable-dired-uudecode --disable-dired-zip --disable-dired-gzip \
--enable-long-list --disable-parent-dir-refs \
--with-lss-file=/etc/lynx.lss"


NOW:

when invoked with "lynx -lss=/etc/lynx.lss", works as expected.

any hints on my problem ...

--
... it's not what you see ,
but in stead , notice ...
Gisle Vanem
2014-05-24 12:39:36 UTC
Permalink
Post by terry
"Lynx Version 2.8.8dev.8 (10 Jan 2011)
libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 1.0.0-fips, ncurses 5.7.20100130
Built on linux-gnu May 21 2014 17:12:24"
"# echo $LYNX_LSS
/etc/lynx.lss"
i get " lynx.lss" is not available.
^ that leading space looks suspicious to me.
I don't see the ralationship between $LYNX_LSS and LYNX_LSS_FILE. But prior
to running configure do you have such a env-var? I don't use auto* tools to
verify what's really going on. Look in your conf*.cache.

Just a wild guess; maybe there is some trailing space here:
test "$LYNX_LSS_FILE" = no && LYNX_LSS_FILE=

--gv
Thomas Dickey
2014-05-24 14:22:16 UTC
Permalink
Post by terry
"Lynx Version 2.8.8dev.8 (10 Jan 2011)
that's a little old - 2.8.8rel.2 is current
Post by terry
libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 1.0.0-fips, ncurses 5.7.20100130
Built on linux-gnu May 21 2014 17:12:24"
"# echo $LYNX_LSS
/etc/lynx.lss"
i get " lynx.lss" is not available.
^ that leading space looks suspicious to me.
I don't get that message using your config.status, rather, I see this
if I run the resulting executable:

Lynx file "/etc/lynx.lss" is not available.
Post by terry
from lynx_cfg.h --> #define LYNX_LSS_FILE "/etc/lynx.lss"
--
Thomas E. Dickey <***@invisible-island.net>
http://invisible-island.net
ftp://invisible-island.net
Loading...