On 12/11/2009 07:08 PM, Sean Porterfield wrote: >> From: Guy Dalziel<[email protected]> > >> On Tue, Dec 08, 2009 at 10:57:46PM -0500, Sean Porterfield wrote: >>> Any hints on how to get this working? I've tried --with-ssl and >>> --with-tls but I still get "Alert!: This client does not contain support >>> for HTTPS URLs." >> >> I've just tested Lynx again and SSL appears to be working fine. Can you >> confirm whether or not Lynx actually compiled against SSL or TLS? You >> can run ldd against the compiled binary to check: >> >> bash-4.0$ ldd /usr/bin/lynx >> linux-gate.so.1 => (0xb77c3000) >> libz.so.1 => /lib/libz.so.1 (0xb77a3000) >> libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb7792000) >> libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7747000) >> libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb7702000) >> libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb75b5000) >> libdl.so.2 => /lib/libdl.so.2 (0xb75b1000) >> libc.so.6 => /lib/libc.so.6 (0xb745b000) >> /lib/ld-linux.so.2 (0xb77c4000) > > The numbers in parens differ, otherwise that's exactly what I see. > Wait, I'm missing libbz2 for some reason, but that shouldn't stop SSL > from working. > -- > Sean
Do this: "type -pa lynx". What is the result? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
