Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 53199 invoked from network); 16 Jul 2010 18:00:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jul 2010 18:00:53 -0000 Received: (qmail 67187 invoked by uid 500); 16 Jul 2010 18:00:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 67110 invoked by uid 500); 16 Jul 2010 18:00:51 -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 67102 invoked by uid 99); 16 Jul 2010 18:00:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jul 2010 18:00:51 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of afters.mail@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jul 2010 18:00:43 +0000 Received: by wya21 with SMTP id 21so2890052wya.11 for ; Fri, 16 Jul 2010 10:59:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=7iGT/h425O/Lu1Np8AJe7sTB61CnOjoT6uoZobrOies=; b=UHyziLdgQb6A8+IhWm+l+NKFXkIDxKS2bLYP6w2uevK+AzeI5GBWaRS38peX8uWAWP FaAWeYznHLsLbyCoZSa+DGyrz2QLSMtk/YJmivJUAFXcAt6tu3iQVykA+07HhJcYmiop uLPG8XdE32mpw7HB9J2f8eBjSj9iujE5wEHLI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ofP3ZJoZpWxqiyo/tkFqtCfydSh8Y2aCb82TBoUmLthmevLo7Y0DV3k2mupFIPyerD Hu7ehV+O19glcVdnXvcw6owerWWdF3alSbAcwR1IcvAY2+0fXnHaDV22BL1qbWE0KVHT 02kF/wsG0z7jIN9jln7LDAl/DWDtGwzeiE9vQ= MIME-Version: 1.0 Received: by 10.227.127.84 with SMTP id f20mr794327wbs.3.1279303163384; Fri, 16 Jul 2010 10:59:23 -0700 (PDT) Received: by 10.216.135.205 with HTTP; Fri, 16 Jul 2010 10:59:23 -0700 (PDT) In-Reply-To: References: <4C404D20.1040407@gmail.com> Date: Fri, 16 Jul 2010 20:59:23 +0300 Message-ID: Subject: Re: couchdb 1.0.0 with ubuntu 10.4 From: afters To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016367fa5349d1417048b84fadf X-Virus-Checked: Checked by ClamAV on apache.org --0016367fa5349d1417048b84fadf Content-Type: text/plain; charset=ISO-8859-1 FYI, I've just successfully tested these instructions with 1.0.0. I only added some missing permissions-handling that failed some tests - they were missing for 0.11.0 too. a. On 16 July 2010 17:54, afters wrote: > np, I'm glad to help. > > If you're doing a deb package (which would be great), you may be missing a > couple of dependencies. I have installed 0.11 on a very minimal Ubuntu (that > contains very few packages, much less than a clean install), and put the > instructions at the second example here: > > http://wiki.apache.org/couchdb/Installing_on_Ubuntu > > A couple of notes: > I tried to avoid unessential packages, and so dropped the 'xulrunner-dev' > package that has lots of dependencies, and instead installed the > Spider-monkey js-engine from source. Nevertheless, 'xulrunner-dev' would be > just fine. > Also, the 'erlang' package has lots of dependenies. It'd be interesting to > know what exactly is needed for couchdb to operate. > > a. > > On 16 July 2010 17:22, Michael wrote: > >> >> I owe you. Thanks. Here I assumed erlang-dev would have brought the >> regular >> erlang libraries as dependancies. Wow, I spent way too long on that. >> >> For the record, all I needed was* apt-get install erlang* to get these. >> >> From a clean ubuntu install the dependancies to build from source are: >> libicu-dev >> curl >> libcurl4-opensll-dev >> erlang-dev >> erlang >> >> Would there be interest in an unofficial .deb file? >> >> Thanks a, >> >> Michael >> > > --0016367fa5349d1417048b84fadf--