Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 286C44E88 for ; Sun, 5 Jun 2011 01:20:19 +0000 (UTC) Received: (qmail 4616 invoked by uid 500); 5 Jun 2011 01:20:18 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 4567 invoked by uid 500); 5 Jun 2011 01:20:18 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 4559 invoked by uid 99); 5 Jun 2011 01:20:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jun 2011 01:20:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jun 2011 01:20:12 +0000 Received: by vxk12 with SMTP id 12so3230854vxk.11 for ; Sat, 04 Jun 2011 18:19:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=3w774xVWy7iYkn2vJ8EBK6dyk5TVdbktlip89m1+j8c=; b=WNM/AkcRuLy/5R2nYEE/0gj66dCmE1c6N4IvQBcKV3HARBRzr+hkjucz7pGtdHfL+J GiGaXCncsIHFzlegVyscmOnBRUaaEfVz2XMF6oqJfh9//Vft7tc0yiwgN9Cm06IgJIdV 54tbz1PzltopinF+Lbj51bhpHNygi163Mli/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=st/ulhEXJB5JgSUXsEZr+72zBouyupL3qfP8rUeaywyAveC5LiM+h9Aill71jjEKpy Wl9bo2h2JC4Iqgsibnkc5PRI0yVDh8oD+CKLYsjqhMAON7KOjCrlNqp3pBMIF+hhkWo4 LmEoBBaO/vO1VPRLe7kLL62Rwe2Ic0Lrke0ag= Received: by 10.52.96.98 with SMTP id dr2mr2096044vdb.3.1307236791098; Sat, 04 Jun 2011 18:19:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.156.136 with HTTP; Sat, 4 Jun 2011 18:19:11 -0700 (PDT) In-Reply-To: References: From: Paul Davis Date: Sat, 4 Jun 2011 21:19:11 -0400 Message-ID: Subject: Re: curl dependency To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Or we write our own code to make HTTP requests (Which isn't out of the question) and remove the curl dependency altogether. On Sat, Jun 4, 2011 at 9:10 PM, Jan Lehnardt wrote: > > On 4 Jun 2011, at 22:10, Paul Davis wrote: > >> Its already a soft dependency. If curl isn't found all that happens is >> that you can't run ./test/javascript/run after you build it. > > Which means curl is a hard dependency if you want to run the JS tests > that we intend to move from the browser into CLI JS tests, right? > > Cheers > Jan > -- > > >> >> On Sat, Jun 4, 2011 at 4:02 PM, Chris Anderson wrote= : >>> This sparks another thought that we could have a ./configure directive >>> that says --no-curl or something. Since we only need curl for purposes >>> of running the developer test suite. >>> >>> Chris >>> >>> On Wed, Jun 1, 2011 at 2:33 PM, Arash Bizhan zadeh = wrote: >>>> Hi, >>>> I am trying to compile couch on RH enterprise. The official RH package= for >>>> curl is 7.15, but Couch needs 7.18. I would like to know what is the b= est >>>> way to handle this? Is =A0there any specific reason that Couch depends= on >>>> 7.18? Can the dependency be downgraded to 7.15? >>>> Can anybody advise me on how to handle this specific dependency and ot= her >>>> dependencies ( i.e Erlang) please? >>>> >>>> thanks, >>>> -arash >>>> >>> >>> >>> >>> -- >>> Chris Anderson >>> http://jchrisa.net >>> http://couchbase.com >>> > >