Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 8180 invoked from network); 9 Nov 2009 20:05:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Nov 2009 20:05:13 -0000 Received: (qmail 11292 invoked by uid 500); 9 Nov 2009 20:05:12 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 11240 invoked by uid 500); 9 Nov 2009 20:05:12 -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 11228 invoked by uid 99); 9 Nov 2009 20:05:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2009 20:05:12 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of b.candler@pobox.com designates 208.72.237.25 as permitted sender) Received: from [208.72.237.25] (HELO sasl.smtp.pobox.com) (208.72.237.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2009 20:05:09 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 8A04E7AF11 for ; Mon, 9 Nov 2009 15:04:48 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=Fy71Xcvuf6iLJ5N8Lss5JlnqBCo=; b=YJvBcXU xnPM38dG6NRnX9NDzW7Vrj0Gzk4TmjFgfPrRu29uYC/ef6m6KK4pcK7rUXWXusv3 tyPvc1GwwpNNtXMx74ZcP+ZkcsiTFrLhiglNv+WreVdwYYdJrkTTP6d79LOM45Jb sZPOZ5dMo/7FS/0uu/U9sUL+OR+5CmB/4w8A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=sasl; b=jb7w4dsXUrNweu+D5KS28oZ55izK1MehS y/EQb5ST7tn1wqZUleByc0pj5daOOErLB7cIJDjNrrroAhw110pq0ORyxBk9aS3K fZzfW/XWotuRqjYyWDLouv//D18j66qPMT6nibwHtZ9PqUMeOuf32XpWibomwz0U mTDm4bPArg= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 863F37AF10 for ; Mon, 9 Nov 2009 15:04:48 -0500 (EST) Received: from mappit (unknown [80.45.95.114]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 42B187AF0F for ; Mon, 9 Nov 2009 15:04:48 -0500 (EST) Received: from brian by mappit with local (Exim 4.69) (envelope-from ) id 1N7aTm-0004tI-SE for user@couchdb.apache.org; Mon, 09 Nov 2009 20:04:46 +0000 Date: Mon, 9 Nov 2009 20:04:46 +0000 From: Brian Candler To: user@couchdb.apache.org Subject: Re: CouchDB doesn't work for me, not even 0.10 Message-ID: <20091109200446.GB18214@uk.tiscali.com> Mail-Followup-To: user@couchdb.apache.org References: <4AF7B24F.2030108@llnl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF7B24F.2030108@llnl.gov> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Pobox-Relay-ID: 221D111E-CD6B-11DE-843D-7B3EEE7EF46B-28021239!a-pb-sasl-quonix.pobox.com On Sun, Nov 08, 2009 at 10:10:23PM -0800, James R. Leek wrote: > I'm pretty sure they mean version 1.7 of spidermonkey. 1.8 is still a > release candidate, 1.8.1 doesn't even exist. This really caused me some > grief. Looks like they just haven't done a standalone release for a while. FWIW, under Ubuntu Hardy this is what's in the standard apt repository: ii libmozjs-dev 1.8.1.18+nobinonly.b308.cvs20090331t155113-0ubuntu0.8.04.1 Development files for the Mozilla SpiderMonk ii libmozjs0d 1.8.1.18+nobinonly.b308.cvs20090331t155113-0ubuntu0.8.04.1 The Mozilla SpiderMonkey JavaScript library I expect they had to package something newer for the benefit of firefox. B.