From dev-return-9638-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Apr 13 07:29:13 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 94487 invoked from network); 13 Apr 2010 07:29:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 07:29:13 -0000 Received: (qmail 98551 invoked by uid 500); 13 Apr 2010 07:29:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 98418 invoked by uid 500); 13 Apr 2010 07:29:12 -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 98398 invoked by uid 99); 13 Apr 2010 07:29:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:29:11 +0000 X-ASF-Spam-Status: No, hits=-1273.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 07:29:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3D7Snh9007564 for ; Tue, 13 Apr 2010 03:28:50 -0400 (EDT) Message-ID: <12908738.17181271143729734.JavaMail.jira@thor> Date: Tue, 13 Apr 2010 03:28:49 -0400 (EDT) From: "Martin Foster (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-734) curl 7.18 dependency blocks build on RHEL/CentOS 5.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 curl 7.18 dependency blocks build on RHEL/CentOS 5.x ---------------------------------------------------- Key: COUCHDB-734 URL: https://issues.apache.org/jira/browse/COUCHDB-734 Project: CouchDB Issue Type: Bug Components: JavaScript View Server Affects Versions: 0.11 Environment: RHEL 5.5 & derivatives Reporter: Martin Foster 0.11.0 uses curl_easy_setopt() functions that are only present in curl > 7.18 backporting curl 7.18 is a major problem for RHEL 5 & derivative distributions who have 7.15 the problem is with the two callbacks, used by couchdb/priv/couch_js/httpd.c CURLOPT_SEEKFUNCTION & CURLOPT_SEEKDATA my knowledge of curl's API is near-zero, but I believe a 7.15 compatible implementation is possible. If possible it would be great to maintain compatibility with curl 7.15 until RHEL6 becomes generally available. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira