Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 5164 invoked from network); 3 Sep 2009 02:29:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Sep 2009 02:29:14 -0000 Received: (qmail 27650 invoked by uid 500); 3 Sep 2009 02:29:13 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 27567 invoked by uid 500); 3 Sep 2009 02:29:13 -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 27557 invoked by uid 99); 3 Sep 2009 02:29:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 02:29:12 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jwalgran@gmail.com designates 209.85.219.209 as permitted sender) Received: from [209.85.219.209] (HELO mail-ew0-f209.google.com) (209.85.219.209) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 02:29:03 +0000 Received: by ewy5 with SMTP id 5so1498909ewy.3 for ; Wed, 02 Sep 2009 19:28:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=+LRQo5frTrxksaeB7+NFhPpuBMGYbN0gVCrE+5cf4qg=; b=xiRS23AD8FObz3pXGmlKX/Y9cNECvd3W3D4nH6cJRTKXn+OyRyytA1YGNuKu00Kkhh YqI4FF30UYrHQHi5OR8lY1lwiFHXukBfm1VJ2tz/0/0fgBsGQaz+MxzrLN0coY6VoxV0 WWx9rAL7+MG+VSjHkmrpOKqZnDWSOP7MGSnc8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=Hh4FyoZKd0RMV16A3eQjMGI8q/RL/hfNq7Ds9uMaRPwgmfF2AzwR8tMVpAZ0BCC0WV 7/P43WKtirw33mxTqjh5BVJBC50AOnetoaOasc2dVtGfbyoPanc9Mairdy7AJT5MZJlj 6Ptt4PK1iqnnYWY/aj3sK2edjpDQHpS2KHktg= MIME-Version: 1.0 Received: by 10.216.86.195 with SMTP id w45mr383597wee.82.1251944922816; Wed, 02 Sep 2009 19:28:42 -0700 (PDT) Reply-To: jwalgran@gmail.com In-Reply-To: References: Date: Wed, 2 Sep 2009 22:28:42 -0400 Message-ID: Subject: Re: Snow Leopard and Spidermonkey not working From: Justin Walgran To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016e6d7e06c6723120472a324e6 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d7e06c6723120472a324e6 Content-Type: text/plain; charset=ISO-8859-1 I have the same problem. From the couchdb source dir $ ./configure ... ... checking for JS_NewContext in -lmozjs... no checking for JS_NewContext in -ljs... no checking for JS_NewContext in -ljs3250... no checking for JS_NewContext in -ljs32... no configure: error: Could not find the js library. Is the Mozilla SpiderMonkey library installed? Following the will written instructions on the wiki [1] does not help. Have other snow leoparders built successfully from source? [1] http://wiki.apache.org/couchdb/Installing_on_OSX On Wed, Sep 2, 2009 at 11:50 AM, Trevor Turk wrote: > The Spidermonkey part of these installation instructions don't work for me: > > http://wiki.apache.org/couchdb/Installing_on_OSX > > $ sudo ranlib /usr/local/spidermonkey/lib/libjs.a > ranlib: file: /usr/local/spidermonkey/lib/libjs.a(jslock.o) has no symbols > > Has anyone had luck with this? I don't know what to do. > > Thanks! > - Trevor > --0016e6d7e06c6723120472a324e6--