From user-return-2101-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Dec 11 19:04:29 2008 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 99167 invoked from network); 11 Dec 2008 19:04:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2008 19:04:29 -0000 Received: (qmail 65045 invoked by uid 500); 11 Dec 2008 19:04:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 65015 invoked by uid 500); 11 Dec 2008 19:04:39 -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 65004 invoked by uid 500); 11 Dec 2008 19:04:39 -0000 Delivered-To: apmail-incubator-couchdb-user@incubator.apache.org Received: (qmail 65001 invoked by uid 99); 11 Dec 2008 19:04:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2008 11:04:39 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FB_WORD1_END_DOLLAR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ivan.frey@utoronto.ca designates 128.100.132.147 as permitted sender) Received: from [128.100.132.147] (HELO bureau60.ns.utoronto.ca) (128.100.132.147) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2008 19:04:24 +0000 Received: from Ivans-PowerBook.local ([67.204.63.111]) (authenticated bits=0) by bureau60.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id mBBJ421q006528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 11 Dec 2008 14:04:03 -0500 Message-ID: <4941641E.3050001@utoronto.ca> Date: Thu, 11 Dec 2008 14:03:58 -0500 From: Ivan Avery Frey User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: couchdb-user@incubator.apache.org Subject: Installing the Macports version of CouchDB on PowerPC Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I had CouchDB running and then I screwed it up. My computer is a PB G4 running Tiger so I can't use CouchDB X Revival. Anyhow I tried the command: sudo launchctl load -w /opt/local/Library/LaunchDaemons/org.apache.couchdb.plist as per the wiki. I get "Workaround Bonjour: Unknown error: 0" When I use "sudo couchdb" this is what I get back: Ivans-PowerBook:~ ivan$ sudo couchdb Apache CouchDB 0.8.1-incubating (LogLevel=info) Apache CouchDB is starting. {"init terminating in do_boot","dlopen(/opt/local/lib/couchdb/erlang/lib/couch-0.8.1-incubating/priv/lib/couch_erl_driver.so, 2): Library not loaded: /opt/local/lib/libicuuc.38.dylib\n Referenced from: /opt/local/lib/couchdb/erlang/lib/couch-0.8.1-incubating/priv/lib/couch_erl_driver.so\n Reason: image not found"} Crash dump was written to: erl_crash.dump init terminating in do_boot (dlopen(/opt/local/lib/couchdb/erlang/lib/couch-0.8.1-incubating/priv/lib/couch_erl_driver.so, 2): Library not loaded: /opt/local/lib/libicuuc.38.dylib Referenced from: I think I want to cry. Ivan.