Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 24996 invoked from network); 5 Jun 2008 06:27:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2008 06:27:34 -0000 Received: (qmail 50167 invoked by uid 500); 5 Jun 2008 06:27:37 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 50128 invoked by uid 500); 5 Jun 2008 06:27:37 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 50117 invoked by uid 99); 5 Jun 2008 06:27:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 23:27:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.198.245 as permitted sender) Received: from [209.85.198.245] (HELO rv-out-0708.google.com) (209.85.198.245) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 06:26:48 +0000 Received: by rv-out-0708.google.com with SMTP id k29so528292rvb.0 for ; Wed, 04 Jun 2008 23:27:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xNOUGA7rN6zk3ZdTc/iaUDst1iWvjJ79QMAv2+rleiU=; b=RD6Pf/ytW1bcrV6/oWCZikyXxLlyOa5092HD8qRSUPtpKYpIQdRxezBotwXW3Uql5f vSsqHl4GNCVVP7J6jab6IUwVrckSuTSDrQq9g0SrjpP6mGeUY98vmCmbCCQ3xgcIeUJI TS1So1AvXWDUebQJ+x1EyQ7GzIl0cso9/WIgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WsRlKe/SC0kjqL6iCMc3Kx/MKNQm8gTqs4LRzpOpBC6WKSgbfPopSB0P8PZiVJ0kjw hGvuPx+5T7MT7PxqyjziBDOWA+/LXDzsXRkrGPUlOqCdRMFzE7tDggfmRBPQlD2gpzum b2EkhWY/cRRZrGIyXf43gCpH37uIPG+Q/qKWc= Received: by 10.141.22.1 with SMTP id z1mr574719rvi.277.1212647225592; Wed, 04 Jun 2008 23:27:05 -0700 (PDT) Received: by 10.140.185.6 with HTTP; Wed, 4 Jun 2008 23:27:05 -0700 (PDT) Message-ID: Date: Thu, 5 Jun 2008 08:27:05 +0200 From: "Benoit Chesneau" To: couchdb-user@incubator.apache.org Subject: Re: Problems installing on Ubuntu Feisty In-Reply-To: <888cd9180806030502s5b1037d7qd5a0418ea42b177b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <888cd9180806030502s5b1037d7qd5a0418ea42b177b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jun 3, 2008 at 2:02 PM, Brad King wrote: > I'm a Linux newbie so please bear with me. I'm not able to get > SpiderMonkey installed on Ubuntu Feisty. When I try to use the package > manager, it fails looking for the ns4-dev dependency. If I try to > install the dependency, it wants to remove my Nautilus shell and many > other programs first, which seems like a bad idea. If I try to install > SpiderMonkey from source per your wiki instructions, I get an error on > this line: > > JS_DIST=3D/usr/local/spidermonkey make -f Makefile.ref export > > I'm sure this is just some syntactic error on my part. I'm very close > otherwise, as my couchdb ./configure is failing looking for > SpiderMonkey. Thanks. > why don't use libmozjs-dev package ? - beno=EEt