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 DD41C903F for ; Sat, 29 Oct 2011 03:38:14 +0000 (UTC) Received: (qmail 39557 invoked by uid 500); 29 Oct 2011 03:38:13 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 39511 invoked by uid 500); 29 Oct 2011 03:38:10 -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 39503 invoked by uid 99); 29 Oct 2011 03:38:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 03:38:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.213.52] (HELO mail-yw0-f52.google.com) (209.85.213.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 03:38:02 +0000 Received: by ywm39 with SMTP id 39so5958197ywm.11 for ; Fri, 28 Oct 2011 20:37:41 -0700 (PDT) Received: by 10.182.250.46 with SMTP id yz14mr1192273obc.30.1319859461135; Fri, 28 Oct 2011 20:37:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.44.134 with HTTP; Fri, 28 Oct 2011 20:37:20 -0700 (PDT) In-Reply-To: References: <4EA85CEA.10203@gmail.com> <4EA8647C.60601@gmail.com> <4EA8A0EA.6000209@gmail.com> <00cc01cc943f$7338bb10$59aa3130$@com> <157048B1-9F91-4C85-981C-1CB6AA1C96AB@maf.org> <00dd01cc9442$9252e400$b6f8ac00$@com> <79BA4D13-1A16-4F6F-981A-8775D483C4A8@maf.org> <3A96B4F2-1023-47B5-9603-A4341BF96BE2@sri.com> <4EAB1111.8030200@gmail.com> <305D895A-E5FD-4AAB-A3AC-155F1E253ED8@sri.com> From: Jason Smith Date: Sat, 29 Oct 2011 03:37:20 +0000 Message-ID: Subject: Re: Help installing CouchDB on Ubuntu To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Oct 29, 2011 at 2:51 AM, Keith Gable wrote: > But I see where you're coming from. Which is why I think that iriscouch made > build-couchdb but I may be mistaken. The thing to remember about build-couchdb is it is strictly a *build* tool in the traditional sense of Unix software. It is not a software bundle. It is not a package. It is not an installer. (Although it is a component in such projects.) build-couchdb is conceptually `./configure && make && make install`. Sysadmins tend to consider that a complete solution; programmers tend to consider it not. `make install` is just some files on a disk; bringing them alive still takes work. That work is site-specific. It is hard even to define those goals, much less achieve them in build-couchdb. -- Iris Couch