You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Ivan Avery Frey <iv...@utoronto.ca> on 2008/12/11 20:03:58 UTC

Installing the Macports version of CouchDB on PowerPC

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.

Re: Installing the Macports version of CouchDB on PowerPC

Posted by Noah Slater <ns...@apache.org>.
On Thu, Dec 11, 2008 at 02:03:58PM -0500, Ivan Avery Frey wrote:
> sudo launchctl load -w
> /opt/local/Library/LaunchDaemons/org.apache.couchdb.plist
>
> as per the wiki.
>
> I get "Workaround Bonjour: Unknown error: 0"

Surprisingly, this is a bug in Bonjour. You are free to ignore it.

-- 
Noah Slater, http://tumbolia.org/nslater

Re: Installing the Macports version of CouchDB on PowerPC

Posted by Jason Herald <ja...@gmail.com>.
Did you do:

port install icu ?

Because the missing library is part of ICU if I am correct.


On Thu, Dec 11, 2008 at 2:03 PM, Ivan Avery Frey <iv...@utoronto.ca>wrote:

> 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.
>



-- 
00 jason