-------------------------------------------- El mié, 28/5/14, ortenzia konyha <[email protected]> escribió:
Asunto: Re: [blfs-support] lynx this client does not contain support for https urls BLFS 7.5 Para: "BLFS Support List" <[email protected]> Fecha: miércoles, 28 de mayo, 2014 09:01 -------------------------------------------- El dom, 25/5/14, William Harrington <[email protected]> escribió: Asunto: Re: [blfs-support] lynx this client does not contain support for https urls BLFS 7.5 Para: "BLFS Support List" <[email protected]> Fecha: domingo, 25 de mayo, 2014 23:40 On May 24, 2014, at 4:08 PM, ortenzia konyha wrote: > I have compiled lynx --with-ssl=/usr/inlcude/openssl/ssl.h --with-ssl{=path} link with ssl library if available You shouldn't need to add anything after --with-ssl if you have OpenSSL installed in a standard location. I have issued the command find / -name openssl and the result is /usr/bin/openssl /usr/include/openssl is this a standard location? 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\ --with-ssl\ --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? 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 Sincerely, William Harrington -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
