lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] configuring lynx with ssl


From: Joel Salomon
Subject: Re: [Lynx-dev] configuring lynx with ssl
Date: Tue, 15 Mar 2005 20:26:27 -0500

On Tue, 15 Mar 2005 20:17:01 -0500 (EST), Thomas Dickey <address@hidden> wrote:
> >> ./configure --with-ssl=/usr/lib
> > checking for openssl include directory... no
> > checking if we can link to ssl library... no
> > configure: error: Cannot link with ssl library
> 
> But what does config.log show in this case?
> 
> If it's not a (silent) logic error in the configure script, there would
> be some sort of error message telling what options it tried to use for
> linking, and why it didn't work.
> 
Oh, wow.
configure:8128: checking for openssl include directory
configure:8145: gcc -c -O2  -I/usr/lib/../include  -DLINUX  conftest.c >&5
In file included from /usr/include/openssl/ssl.h:179,
                 from configure:8134:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
                 from configure:8134:
/usr/include/openssl/kssl.h:132: parse error before "krb5_enctype"

then a slew of "parse error"s, then:

configure:8148: $? = 1
configure: failed program was:
#line 8131 "configure"
#include "confdefs.h"
 
#include <stdio.h>
#include <openssl/ssl.h>
int
main ()
{
SSL_shutdown((SSL *)0)
  ;
  return 0;
}
configure:8163: result: no
configure:8171: checking if we can link to ssl library
configure:8193: gcc -o conftest -O2  -I/usr/lib/../include  -DLINUX  
conftest.c -L/usr/lib/../lib -lssl -lcrypto   >&5
configure:8180:17: ssl.h: No such file or directory
configure: In function `main':
configure:8186: `SSL' undeclared (first use in this function)

Is there any hope for me?

--Joel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]