building lynx with ssl

2009-10-20 Thread Noah
Hi there, I Built lynx-2.8.7 from the .tar.gz and unable to get ssl support to work the error is: Alert!: This client does not contain support for HTTPS URLs. and the build strategy used is: ./configure --with-ssl make sudo make install what am I doing wrong?

Re: building lynx with ssl

2009-10-20 Thread Chuck Swiger
On Oct 20, 2009, at 1:31 PM, Noah wrote: and the build strategy used is: ./configure --with-ssl make sudo make install what am I doing wrong? You're building stuff yourself without looking at how the ports maintainer already solved this issue. Try doing ./configure --with- ssl=/usr or