my first guess would be a missing dependency (ICU)... did you build couchdb
from source? maybe you need to provide the location of your libicu to the
configure script
On 08.04.2010, at 10:40, Yauhen Zenko wrote:
> Hello!
>
> I successfully installed couchdb version 0.11.0 on Red Hat Enterprise Linux
> Server release 5.1 (Tikanga)
> but when I try to run couchdb I recieve followig error:
>
> Apache CouchDB 0.11.0 (LogLevel=info) is starting.
>
> =CRASH REPORT==== 8-Apr-2010::11:17:54 ===
> crasher:
> initial call: application_master:init/4
> pid: <0.30.0>
> registered_name: []
> exception exit: {bad_return,
> {{couch_app,start,
> [normal,
> ["/usr/local/etc/couchdb/default.ini",
> "/usr/local/etc/couchdb/local.ini"]]},
> {'EXIT',
> "libicuuc.so.44: cannot open shared object file:
> No such file or directory"}}}
> in function application_master:init/4
> ancestors: [<0.29.0>]
> messages: [{'EXIT',<0.31.0>,normal}]
> links: [<0.29.0>,<0.6.0>]
> dictionary: []
> trap_exit: true
> status: running
> heap_size: 987
> stack_size: 24
> reductions: 174
> neighbours:
>
> =INFO REPORT==== 8-Apr-2010::11:17:54 ===
> application: couch
> exited: {bad_return,{{couch_app,start,
> [normal,
> ["/usr/local/etc/couchdb/default.ini",
> "/usr/local/etc/couchdb/local.ini"]]},
> {'EXIT',"libicuuc.so.44: cannot open shared object
> file: No such file or directory"}}}
> type: temporary
>
>
> What is wrong?