Date: Fri, 9 Mar 2001 15:25:55 +0000 From: Stephane Lentz <Stephane.Lentz@ansf.alcatel.fr> To: ports@FreeBSD.ORG Subject: curl 7.6.1 port : HTTP proxy not working Message-ID: <20010309152555.A25496@nickfury.netfr.alcatel.fr>
next in thread | raw e-mail | index | archive | help
Hi, I wanted to use the curl package to grab packages, sources & so on through our corporate proxy (curl is much powerfull than fetch). I found out that the curl package does not support HTTP proxy. The problem comes from the enabled IPV6 support : lib/url.c 1216 #ifdef ENABLE_IPV6 1217 failf(data, "proxy yet to be supported"); 1218 return CURLE_OUT_OF_MEMORY; That might be of interest for other people which can access Internet only through some HTTP proxy. Maybe the package should not support IPV6 ? Regards, SL/ -- -- Stephane Lentz - Internet Services / Alcanet - Stephane.Lentz@alcatel.fr for B2B DHCP DNS HDLC and other acronyms check http://webopedia.internet.com/ ou allez sur http://www.olf.gouv.qc.ca/ressources/internet/index/index.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010309152555.A25496>