Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 65906 invoked from network); 8 May 2010 09:29:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 May 2010 09:29:49 -0000 Received: (qmail 88065 invoked by uid 500); 8 May 2010 09:29:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 87878 invoked by uid 500); 8 May 2010 09:29:47 -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 87870 invoked by uid 99); 8 May 2010 09:29:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 09:29:46 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [62.146.15.6] (HELO mars.a1a-server.de) (62.146.15.6) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 09:29:40 +0000 Received: from localhost (localhost [127.0.0.1]) by mars.a1a-server.de (Postfix) with ESMTP id A3566E168F for ; Sat, 8 May 2010 11:29:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mars.a1a-server.de Received: from mars.a1a-server.de ([127.0.0.1]) by localhost (mars.a1a-server.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id aF9KkMnfl2y1 for ; Sat, 8 May 2010 11:29:16 +0200 (CEST) Received: from [192.168.178.32] (dslb-188-102-234-215.pools.arcor-ip.net [188.102.234.215]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mars.a1a-server.de (Postfix) with ESMTPSA id 85E8EE1629 for ; Sat, 8 May 2010 11:29:16 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.6.0 mars.a1a-server.de 85E8EE1629 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=a1a-server.de; s=mars; t=1273310956; bh=Ba1SPiL9SmJ6m5xkcW3G0Xy9FYHPVbi/tO3sWWyjD5Y=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=myi+ZFXoYVEt ExAu3ggJIo/2BCKmQZF2+zcvNfWL0xPD9cZOPZELXVKQImos4kqxXumyS/HMmTlhJ5m MO7wxlu4D7Og57uvbggFHMhOOkYSe/t5LleYsInrcNaeEK7ZWLT6I+CrDbvQRQVSUfF qu6S1Twa3yRvOC+Uc828TYMnA= Message-ID: <4BE52F0E.1080002@julianmoritz.de> Date: Sat, 08 May 2010 11:29:50 +0200 From: Julian Moritz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: 0.11 on Ubuntu 10.04 (lucid lynx) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Jim, Am 08.05.2010 05:03, schrieb Jim R. Wilson: > Quick question - what's the easiest (most relaxing) way to install > couchdb 0.11 on Ubuntu lucid lynx? Should I compile from source? > Should I add debian unstable to my sources.list? Should I just wait? > I'm installing it from source without using libmozjs. Install all the packages named in the "INSTALL.Unix" but not the libmozjs, instead I'm using the libxulrunner from mozilla. Then I use the following script to compile couchdb: http://pastebin.com/Uq2LLAr5 Maybe the first line isn't necessary. Maybe you have to make the paths fit to your system (for my system they do). After that you can relax. Regards Julian > Thanks in advance for any tips! > > -- Jim R. Wilson (jimbojw) >