cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: No more vprintf() error

From: Claude Cormier <techsupport_at_devises-or.com>
Date: Mon, 14 Aug 2000 15:26:21 -0400

Great. This last change made it work. I now have cURL working for
http://

However when trying:

curl https://......

I get

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 ??

> Almost, set it like
>
> # setenv LD_LIBRARY_PATH /u/me/lib
Received on 2000-08-14