cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: No more vprintf() error

From: Claude Cormier <techsupport_at_devises-or.com>
Date: Tue, 15 Aug 2000 10:21:46 -0400

Hello again,

But the error appears to be generated from line 2564 not line 2569 where
the gcc command is.

#include <openssl/x509.h>

appears to be the problem...

if the path is -I/usr/local/ssl/include/openssl

does line 2564 then means:

#include </usr/local/ssl/include/openssl/openssl/x509.h>

which is not the good path?

Well this is really confusing to me.... BTW, how these configure files
gets generated? The autoconf program I guess ?? But what is the input
to autoconf.. Is there a template somewhere ?

Claude

Daniel Stenberg wrote:
>
> On Mon, 14 Aug 2000, Claude Cormier wrote:
>
> > curl (1): SSL is disabled, https: not supported!
> >
> > But I set the flags OK... Looking at config.log I have several errors
> > like this one:
> >
> > configure:2559: checking for openssl/x509.h
> > configure:2569: gcc -E -I/usr/local/include/openssl
> > -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include conftest.c
> > >/dev/null 2>conftest.out
> >
> > configure:2565: openssl/x509.h: No such file or directory
> >
> > configure: failed program was:
> > #line 2564 "configure"
> > #include "confdefs.h"
> > #include <openssl/x509.h>
> >
> > But when I do a list of /usr/local/include/openssl, all the .h are in.
> >
> > Any ideas ??
>
> Honestly, not really. But the gcc-line fails to read the include file(s) and
> that is probably the reason why SSL ends up disabled.
>
> --
> Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
> ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
Received on 2000-08-15