From couchdb-user-return-1985-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Wed Nov 26 20:12:25 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 63612 invoked from network); 26 Nov 2008 20:12:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2008 20:12:22 -0000 Received: (qmail 65498 invoked by uid 500); 26 Nov 2008 20:12:32 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 65469 invoked by uid 500); 26 Nov 2008 20:12:31 -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 65458 invoked by uid 99); 26 Nov 2008 20:12:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 12:12:31 -0800 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: local policy) Received: from [80.68.94.123] (HELO tumbolia.org) (80.68.94.123) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 20:11:03 +0000 Received: from nslater by tumbolia.org with local (Exim 4.69) (envelope-from ) id 1L5Qjk-0001Ys-TW for couchdb-user@incubator.apache.org; Wed, 26 Nov 2008 20:11:49 +0000 Date: Wed, 26 Nov 2008 20:11:48 +0000 From: Noah Slater To: couchdb-user@incubator.apache.org Subject: Re: Installing couchdb from source on Gentoo64 Message-ID: <20081126201148.GJ16293@tumbolia.org> Mail-Followup-To: couchdb-user@incubator.apache.org References: <492DA114.3050003@metaweb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <492DA114.3050003@metaweb.com> X-Noah: Awesome User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Nov 26, 2008 at 11:18:44AM -0800, Shailesh Kochhar wrote: > I then tried to build couchdb by grabbing the source tarball. After > unpacking I immediately noticed that there was no ./bootstrap You only need the bootstrap if you're installing from Subversion. > I then tried, > ./configure --with-erlang=/my/homedir/lib/erlang/erts-5.6.3/include \ > --with-js-include=/usr/include/js \ > --with-js-lib=/usr/lib64 ... > checking for JS_NewContext in -ljs... no > checking for JS_NewContext in -lmozjs... no > configure: error: Could not find the js library. All this means is that the SpiderMonkey library is not being found by the configure script using the paths supplied. Can you tell us the exact locations of the SpiderMonkey files on your system? Thanks, -- Noah Slater, http://tumbolia.org/nslater