From user-return-16147-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri May 6 10:44:21 2011 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E24F8EBC for ; Fri, 6 May 2011 10:44:21 +0000 (UTC) Received: (qmail 82374 invoked by uid 500); 6 May 2011 10:44:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 82322 invoked by uid 500); 6 May 2011 10:44:20 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 82314 invoked by uid 99); 6 May 2011 10:44:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 10:44:20 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2011 10:44:14 +0000 Received: by iwn6 with SMTP id 6so3907112iwn.11 for ; Fri, 06 May 2011 03:43:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.66.146 with SMTP id n18mr2179468ibi.14.1304678632820; Fri, 06 May 2011 03:43:52 -0700 (PDT) Received: by 10.231.162.14 with HTTP; Fri, 6 May 2011 03:43:52 -0700 (PDT) Received: by 10.231.162.14 with HTTP; Fri, 6 May 2011 03:43:52 -0700 (PDT) In-Reply-To: References: Date: Fri, 6 May 2011 05:43:52 -0500 Message-ID: Subject: Re: Installing CouchDB on CentOS 5.6 From: Bade Iriabho To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0015176f0abe7491fb04a2992a7e X-Virus-Checked: Checked by ClamAV on apache.org --0015176f0abe7491fb04a2992a7e Content-Type: text/plain; charset=ISO-8859-1 Thanks. That should get me going. I'll report back with any success stories. Bade I. On May 6, 2011 1:30 AM, "Pasi Eronen" wrote: > Probably the easiest way is to compile CouchDB yourself. > > There's a build-couchdb script at https://github.com/couchone/build-couchdb, > which claims to work on RHEL, too. > > My production environment doesn't like other repositories than official > RHEL, so I'm using a simple Makefile to build Erlang, Curl, and CouchDB > (in a separate directory to avoid conflicts with any RHEL Erlang/Curl packages), > with official "libicu" and "xulrunner" packages. > > Basically something like this (slightly simplified): > > Erlang: > - untar otp_src_R14B.tar.gz > - ./configure --prefix=$(DST)/erlang --without-termcap --without-javac > --enable-smp-support --disable-hipe > - make && make install > > Curl: > - untar curl-7.21.2.tar.gz > - ./configure --prefix=$(DST)/curl > - make && make install > > CouchDB: > - untar apache-couchdb-1.0.2.tar.gz > - ERL=$(DST)/erlang/bin/erl ERLC=$(DST)/erlang/bin/erlc > CURL_CONFIG=$(DST)/curl/bin/curl-config LDFLAGS=-L$(DST)/curl/lib > ./configure --prefix=$(DST)/couchdb > --with-erlang=$(DST)/erlang/lib/erlang/usr/include/ > --with-js-include=$(XULRUNNER_INCLUDE) --with-js-lib=$(XULRUNNER_LIB) > > Best regards, > Pasi > > On Fri, May 6, 2011 at 02:38, Mark Hahn wrote: >> Good luck with that. I gave up trying to install couch on centos back in >> Nov 2010. The centos libraries were too old and missing too much. I posted >> on several forums for help with no answers. I switched to ubuntu pretty >> much to run couch. The situation may be better now but I doubt it. >> >> On Thu, May 5, 2011 at 9:30 AM, Bade Iriabho wrote: >> >>> I am having some issues with installing CouchDB on CentOS 5.6, can someone >>> please tell me what repositories or files/dependencies, I should have >>> before >>> I install CouchDB 1.0.2. The EPEL repository only has version 0.11. Also is >>> there a good tutorial on this somewhere on the web other tha the Couch >>> Wiki? >>> >>> Regards, >>> Bade I. >>> >> >> >> >> -- >> Mark Hahn >> Website Manager >> mark@boutiquing.com >> 949-229-1012 >> --0015176f0abe7491fb04a2992a7e--