curl-library
strange SSL disabled
From: Marek Elsner <marek_at_icom.pl>
Date: Tue, 20 Jul 2004 10:44:51 +0200
Date: Tue, 20 Jul 2004 10:44:51 +0200
Hello,
I compiled libcurl with SSL support, but I get a strange behaviour of
libcurl.
$ curl-config --feature
SSL
$curl -s https://sourceforge.net
also everything is correct, I have connection with page
https://sourceforge.net
When I am trying to get connection with https page via c program I get:
" * libcurl was built with SSL disabled, https: not supported!"
OpenSSL 0.9.7d
Compiling libcurl:
$ ./configure --with-ssl
$ make
$ make install
I do not know why I can get content of https page via curl -s, and I cannot
do it via c program.
thx
M
Received on 2004-07-20