Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 37003 invoked from network); 4 May 2010 21:29:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 21:29:31 -0000 Received: (qmail 6559 invoked by uid 500); 4 May 2010 21:29:31 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 6437 invoked by uid 500); 4 May 2010 21:29:31 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 6419 invoked by uid 500); 4 May 2010 21:29:31 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 6406 invoked by uid 99); 4 May 2010 21:29:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 21:29:31 +0000 X-ASF-Spam-Status: No, hits=-1436.5 required=10.0 tests=ALL_TRUSTED,AWL,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 21:29:30 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C8F5017DB8; Tue, 4 May 2010 21:29:09 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 04 May 2010 21:29:09 -0000 Message-ID: <20100504212909.8869.10447@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Installing=5Fon=5FUbuntu=22_by_?= =?utf-8?q?Linicks?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Installing_on_Ubuntu" page has been changed by Linicks. http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=3Ddiff&rev1=3D14= &rev2=3D15 -------------------------------------------------- curl http://127.0.0.1:5984/ # {"couchdb":"Welcome","version":"0.11.0"} }}} + =3D=3D Additional Notes =3D=3D + = + In Ubuntu 10.04 you may get an error similar to this: + = + {{{ + OS Process Error <0.4649.0> :: {os_process_error,{exit_status,127}} + /opt/couchdb/lib/couchdb/bin/couchjs: error while loading shared librarie= s: libmozjs.so: cannot open shared object file: No such file or directory + }}} + = + This is can be resolved by creating an xulrunner configuration as follows: + = + {{{ + sudo vi /etc/ld.so.conf.d/xulrunner.conf = + }}} + = + Then add the following lines to the file (You may need to change the libr= ary version to match whats installed): + {{{ + /usr/lib/xulrunner-1.9.2.3 + /usr/lib/xulrunner-devel-1.9.2.3 + }}} + = + Once the configuration files is created and saved, you will need to run l= dconfig: + {{{ + sudo /sbin/ldconfig + }}} + = + This solution is referenced in this bug report @ https://bugs.launchpad.n= et/ubuntu/+source/xulrunner-1.9/+bug/557275 + = + = =3D=3D External Articles =3D=3D * [[http://barkingiguana.com/2008/06/28/installing-couchdb-080-on-ubuntu= -804|Installing CouchDB 0.8.0 on Ubuntu 8.04]] * [[http://japhr.blogspot.com/2009/03/yak-shaving-is-new-dependency-hell= .html|Installing Couchdb 0.9 on Ubuntu 9.04]]