-------------------------------------------- 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 ./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 checking if you want ssl library... yes I will tell you the result after this trial 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 OPENSSL For reconfiguration is enough to untat the lynx ...tar.gz cd to lynx ... ./configure with the options above make and make install? I have read that I should delete the config.cache, otherwise it will read old configuration I have already 3 files in /etc/lynx: lynx.cfg lynx.cfg-1 lynx.cfg-2 lynmx.lss Should I delte the lynx.cfg files? 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
