From user-return-16090-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue May 3 22:54:31 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 53DC62166 for ; Tue, 3 May 2011 22:54:31 +0000 (UTC) Received: (qmail 36604 invoked by uid 500); 3 May 2011 22:54:29 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 36563 invoked by uid 500); 3 May 2011 22:54:29 -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 36555 invoked by uid 99); 3 May 2011 22:54:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 22:54:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 22:54:22 +0000 Received: by vxk12 with SMTP id 12so836182vxk.11 for ; Tue, 03 May 2011 15:54:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=4BwvKILiyoY4mmAbj13D1+fI0KCpkto8mlJHuCiINEo=; b=RljryYKY9unt3Mrv9wG2Uk2ID9QvKj1f2hBvOOPEsQ9bRB9npLGtOdwXa03sLLxYuC feXXi2hKaBOoFl11Vxkl/lLdzKXyv2gdl7UUm9nLNrQCB14lHf1Bk+yz1qFmhkUy7sYG W5AJOri1rz2wxT9YlVRml80piCfgkQ+I27cZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=B64MwYs64sL64LKuzNDeyybBwiuYGtursqoh52J1ka30iGGfqz8C/6U9KzOcg9znly xXen+Nr7Fzb6XY2eHqONppa+d7Uj/87g8ZdERy9jnHxZnEI6tIhUv7IMplC67KkD7I+Q XcTKUYBGfxtrj49J3sQOvYWym9YeHxh8xIEr0= Received: by 10.52.69.205 with SMTP id g13mr153289vdu.241.1304463241057; Tue, 03 May 2011 15:54:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.101.193 with HTTP; Tue, 3 May 2011 15:53:21 -0700 (PDT) In-Reply-To: References: From: Paul Davis Date: Tue, 3 May 2011 18:53:21 -0400 Message-ID: Subject: Re: Ubuntu 11.0.4 crashes Couchdb 1.0.2 install To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, May 3, 2011 at 6:31 PM, Jochen Kempf wrote: > Hi, > > after upgrading to Ubuntu 11.0.4 I cannot use an installed Couchdb 1.0.2 > anymore. > > There is simply no http connection possible on localhost to > http://localhost:5984/ > > Trying to reinstall couchdb fails with undefined reference to > `JS_GetStringChars' > couchjs-utf8.o: In function `enc_string': > /apache-couchdb-1.0.2/src/couchdb/priv/couch_js/utf8.c:132: undefined > reference to `JS_GetStringChars' > > I have no idea what to do to get CouchDB running again. > > Anyone can help me? > The version of Spidermonkey in 11.04 isn't officially supported in CouchDB trunk yet. Ubuntu has a downstream patch that fixes it. This is near the top of my todo list to get fixed so keep a look out for that.