Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 14225 invoked from network); 21 Aug 2010 09:06:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Aug 2010 09:06:44 -0000 Received: (qmail 86196 invoked by uid 500); 21 Aug 2010 09:06:44 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 85814 invoked by uid 500); 21 Aug 2010 09:06:42 -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 85793 invoked by uid 99); 21 Aug 2010 09:06:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Aug 2010 09:06:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sat, 21 Aug 2010 09:06:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7L96GCg007758 for ; Sat, 21 Aug 2010 09:06:16 GMT Message-ID: <9735785.486671282381576526.JavaMail.jira@thor> Date: Sat, 21 Aug 2010 05:06:16 -0400 (EDT) From: "Peter Lemenkov (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-734) curl 7.18 dependency blocks build on RHEL/CentOS 5.x In-Reply-To: <12908738.17181271143729734.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900994#action_12900994 ] Peter Lemenkov commented on COUCHDB-734: ---------------------------------------- Hello Martin! I just finished preliminary porting of 0.11.2 to RHEL 5, so if you're still interested then you may grab RPM from this location: http://koji.fedoraproject.org/koji/taskinfo?taskID=2416032 The package does pass its self-tests but no other testing was performed by me. Feel free to contact me directly for any questions related to this package (installation, patches, building and so on). xmpp:lemenkov@gmail.com email:lemenkov@gmail.com > 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. - You can reply to this email to add a comment to the issue online.