cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: curl (with php to HTTPS)

From: Lim Chung Keng <keng_at_web.cc>
Date: Thu, 12 Apr 2001 11:31:16 +0800

----- Original Message -----
From: "Daniel Stenberg" <daniel_at_haxx.se>
Subject: Re: curl (with php to HTTPS)

> Ugha. Yes, you must disable IPv6 support as HTTPS doesn't work with that.
>
> This is really my mistake. Sorry.
>
> Run './configure --disable-ipv6'
>

Thanks, Daniel.

I recompiled curl with
'./configure --disable-ipv6 --with-ssl=/usr/local/ssl' and got :
    curl 7.6.1 (i386-unknown-freebsd4.1) libcurl 7.6.1 (SSL 0.9.6)
which is without ipv6 feature.

But after recompiling PHP with
'./configure --with-mysql --with-curl=/usr/local/lib --with-openssl=/usr/loc
al/ssl',
the phpinfo() still printed me the following :
>
> > curl
> > CURL support enabled
> > CURL Information libcurl 7.6.1 (ipv6 enabled)
>
Any other setting required for PHP? The new libcurl.a is already in
/usr/local/lib (which I assumed it should be ipv6-disabled).
Have tried even with '--with-curl=../curl-7.6.1' and 'make distclean', none
of these made a difference.

More clues? Thanks..
Keng.

_______________________________________________
Curl-and-php mailing list
Curl-and-php_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-and-php
Received on 2001-04-12