From user-return-17602-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Aug 23 15:16:29 2011 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CABF674CA for ; Tue, 23 Aug 2011 15:16:29 +0000 (UTC) Received: (qmail 62103 invoked by uid 500); 23 Aug 2011 15:16:27 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 61915 invoked by uid 500); 23 Aug 2011 15:16:26 -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 61907 invoked by uid 99); 23 Aug 2011 15:16:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 15:16:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [109.169.49.54] (HELO zoe.mltserver-three.co.uk) (109.169.49.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 15:16:18 +0000 Received: from 02dc6bf2.bb.sky.com ([2.220.107.242] helo=[192.168.0.5]) by zoe.mltserver-three.co.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1Qvshm-0007Yu-PN for user@couchdb.apache.org; Tue, 23 Aug 2011 16:15:54 +0100 From: Martin Hewitt Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Building from source, building SpiderMonkey, "configure: error: Could not find the js library." Date: Tue, 23 Aug 2011 16:15:52 +0100 Message-Id: To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zoe.mltserver-three.co.uk X-AntiAbuse: Original Domain - couchdb.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - thenoi.se X-Source: X-Source-Args: X-Source-Dir: Hi all, I've been struggling to bring up CouchDB on a new server running CentOS = 6. I've installed Spidermonkey from source using the instructions at = http://wiki.apache.org/couchdb/Installing_SpiderMonkey but get the = error: configure: error: Could not find the js library. Is the Mozilla SpiderMonkey library installed? I have libjs.so in /usr/local/lib64 and have tried=20 ./configure --with-erlang=3D/usr/lib64/erlang/usr/include = --with-js-lib=3D/usr/local/lib64 But still get the error. The Wiki page mentions the --with-js-include option, but I'm not sure = what it's looking for, so not sure what value to use for this option. I can't install js-devel from yum because it requires version 5.8.8 of = perl and I've got 5.10.1 (and have spent 12 hours trying to piece = together a 5.8.8 install to no avail). I had no errors when compiling Spidermonkey. Any help would be hugely appreciated. Thanks, Martin=20=