> Date: Wed, 28 May 2014 08:30:00 +0100 (BST)
> From: ortenzia konyha <[email protected]>
> To: BLFS Support List <[email protected]>
> Subject: Re: [blfs-support] lynx this client does not contain
>       support for     https urls BLFS 7.5
>
        .
        .
>  
>  I have issued the command
>  find / -name openssl
>  and the
>  result is
>  /usr/bin/openssl
>  /usr/include/openssl
>  
>  is this a standard location?
>  


On this machine here, that's where they are, and lynx compiles ok, and
can use https ok.


>   Reconfigure Lynx and the
>   configure output should have:
>  
>  for reconfiguration I will use
>  the following
>  but something must be wrong with these commands:
>
>  ./configure
>  --prefix=/usr          \         
>    --sysconfdir=/etc/lynx \        
>    --datadir=/usr/share/doc/lynx-2.8.8 \
>              --with-zlib            \
>              --with-bzlib           \
>              --with-screen=ncursesw \
>  --enable.nls\


That should be, or at least is likely better to be:

        --enable-nls \

Your original post iirc has it correct; so the '.' may be a typo that you're
carrying through the posts; but if you're actually issuing that on the
configure command line, then I'd guess you're likely to hit a bump somewhere.


Also, just to be on the safe side, leave a space before the '\'  .


>  --with-ssl\            


Again, just to be on safe side - especially if you're trying to debug an
apparently-weird error - leave a space before the '\', thus:

        --with-ssl \

Yes, it "shouldn't" be needed, &c&c; but that's not the point here.


>  --enable-locale-charset &&
>  make
>   
>   checking if you want ssl
>  library... yes
>   
>  Before
>  reconfiguration I have the following output lynx.log
>  
>   checking if you want ssl
>  library... no
>
> After reconfiguration i have the following line in lynx.log
>
>   checking if you want ssl
>  library... result: no
>  
> why is that?
>
>   and your
>  lynx_cfg.h should
>   have:
>  
>  
>  
>   #define
>  
>  USE_OPENSSL_INCL 1              /* CF_SSL */
>   #define USE_SSL 1                 
>   
>      /* CF_SSL */
>  
>  I have 3 files  lyx_cfg.h and in none of them
>  I have the string  OPENSSL at all
>
> After reconfiguration I have a new lynx_cfg.h 
> but the only occurence of the string "SSL" is under the output:
>  /*  #undef USE_OPENSSL_INCL  */            /* CF_SSL */
>   
>  
>  For
>  reconfiguration is enough to 
> delete the previous lynx2-8-8 directory with 
> cd /sources
> rm -r lynx2-8-8
> untar the lynx ...tar.gz
>  cd to lynx ...
>  ./configure with
>  the options above
>  make
>  and
>  make install
>
> right?
>  


As well as blfs book, you might want to cross-check against e.g.:
--
* ftp://ftp.gwdg.de/pub/linux/slackware/slackware64-14.1/source/n/lynx/
* 
ftp://ftp.gwdg.de/pub/linux/slackware/slackware64-14.1/source/n/lynx/lynx.SlackBuild
--
; a slightly older version of lynx, but still may be worth looking at how
it's done there.


>  I have read
>  that I should delete the config.cache, otherwise it will
>  read old configuration
>  
>  Now I 
>  have 4 files in /etc/lynx:
>  lynx.cfg
>  lynx.cfg-1
>  lynx.cfg-2
>  lynx.cfg-3
>  lynmx.lss
>  
> in all of them the only mention to string SSL is:
>
> .h2 FORCE_SSL COOKIES SECURE
>   


In your email program, do you have an option to 'indent replies ...' and with
a 'prefix' such as '> '? If so, I'd really recommend enabling those, testing
it out so that you see how it works, and keeping it switched on. Otherwise,
your successive posts in a thread become increasingly entagnled [sic!] with the
contents of previous ones: which in turn makes it difficult for folks to
understand - or indeed see what is the difference between one post and the
next (like for your two posts within the past hour or two); and thus make
it increasingly difficult for folks to try to help you.


rgds,

akh





--
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to