try ./configure --with-ssl=/usr/include
or ./configure --with-ssl=/usr/include/openssl Very often (if you can) installing latest openssl to default locations on a system will allow it to be picked up by configure. Stef http://caunter.ca/crypto.html On Tue, 15 Mar 2005, Joel Salomon wrote: > Hello: > I'm trying to configure lynx2-8-6 to use ssl, but... > > ./configure --prefix=/yada/yada --with-ssl gives me (after a whole > bunch of configure messages): > ... > checking for inet_aton function... yes > checking for SSL_get_version in -lssl... yes > checking for openssl include directory... no > checking if we can link to ssl library... no > configure: error: Cannot link with ssl library > bash-2.05b$ > > So I have -lssl - I just can't use it! > My openssl include directory is /usr/include/openssl - what do I put > in --with-ssl=???? > > --with-ssl=/usr gives: > ... > checking for inet_aton function... yes > checking for openssl include directory... no > checking if we can link to ssl library... no > configure: error: Cannot link with ssl library > bash-2.05b$ > > Thanks, > --Joel > > > _______________________________________________ > Lynx-dev mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/lynx-dev > _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
