Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 26082 invoked from network); 11 Oct 2010 20:19:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Oct 2010 20:19:23 -0000 Received: (qmail 17712 invoked by uid 500); 11 Oct 2010 20:19:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 17660 invoked by uid 500); 11 Oct 2010 20:19:21 -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 17651 invoked by uid 99); 11 Oct 2010 20:19:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 20:19:21 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcdcu-couchdb-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 20:19:12 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P5Opg-0000tM-1i for user@couchdb.apache.org; Mon, 11 Oct 2010 22:18:52 +0200 Received: from blfd-4d08eee2.pool.mediaWays.net ([77.8.238.226]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2010 22:18:52 +0200 Received: from bugzz by blfd-4d08eee2.pool.mediaWays.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2010 22:18:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@couchdb.apache.org From: Vladimir L Subject: Re: couchdb1.01 views hangs on ubuntu 10.04 Date: Mon, 11 Oct 2010 20:18:41 +0000 (UTC) Lines: 31 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 77.8.238.226 (Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10) X-Virus-Checked: Checked by ClamAV on apache.org @Jack. I had the same problem. The solution is simple and it already mentioned on CounDB-Wiki. Simply create a file: $ sudo gedit /etc/ld.so.conf.d/xulrunner.conf and paste path to the library of xulrunner and xulrunner-devel and !save it! /usr/lib/xulrunner-x.x.x.x /usr/lib/xulrunner-devel-x.x.x.x in your case it's a 1.9.2.10 The next step is to run ldconfig $ sudo /sbin/ldconfig Also read the 'Note on installing on Ubuntu Desktop flavors' section on Wiki Then let it start at system-boot $ sudo update-rc.d couchdb defaults If you get a message that system-start for couchdb is already exist, simple remove the old entry: $ sudo update-rc.d -f couchdb remove and now retry to add the couchdb to system-start