From couchdb-dev-return-1146-apmail-incubator-couchdb-dev-archive=incubator.apache.org@incubator.apache.org Sun Nov 02 14:27:21 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 88658 invoked from network); 2 Nov 2008 14:27:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2008 14:27:21 -0000 Received: (qmail 29646 invoked by uid 500); 2 Nov 2008 14:27:26 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 29602 invoked by uid 500); 2 Nov 2008 14:27:26 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 29591 invoked by uid 99); 2 Nov 2008 14:27:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 06:27:26 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 14:26:06 +0000 Received: from [10.0.1.6] (e178223219.adsl.alicedsl.de [::ffff:85.178.223.219]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Sun, 02 Nov 2008 14:26:43 +0000 Message-Id: From: Jan Lehnardt To: couchdb-dev@incubator.apache.org In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v928.1) Subject: Re: curl version requirement Date: Sun, 2 Nov 2008 15:26:06 +0100 References: X-Mailer: Apple Mail (2.928.1) X-Virus-Checked: Checked by ClamAV on apache.org On Nov 2, 2008, at 3:55 , Chris Anderson wrote: > Fixed in r709833. Thanks ask! Thanks Chris :) Cheers Jan -- > This change works on my MacBook (the runner.sh tests all passed) but > if it causes trouble on other platforms maybe there's a conditional > solution. > > -- this reminds me that the test/runner.sh could be better integrated > somehow. It requires a CouchDB to run HTTP requests against, any ideas > are welcome. > > Chris > > On Sat, Nov 1, 2008 at 4:32 PM, Ask Bj=F8rn Hansen =20= > wrote: >> Hi everyone, >> >> =46rom the svn log it isn't clear that there's a known reason to =20 >> require curl >> 7.16.0. >> >> 7.15.5 is what's on RHEL/CentOS 5, so compilation there is much =20 >> easier if we >> only require 7.15.5 (unless there's a good reason to need 7.16.0). >> >> >> - ask >> >> --- configure.ac (revision 709789) >> +++ configure.ac (working copy) >> @@ -104,7 +104,7 @@ >> AC_SUBST(ICU_LOCAL_CFLAGS) >> AC_SUBST(ICU_LOCAL_LDFLAGS) >> >> -AC_CHECK_CURL(7.16.0) >> +AC_CHECK_CURL(7.15.5) >> AC_SUBST(CURL_CFLAGS) >> AC_SUBST(CURL_LIBS) >> >> >> > > > > --=20 > Chris Anderson > http://jchris.mfdz.com >