Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by MartinCzura:
http://wiki.apache.org/couchdb/Error_messages
The comment on the change is:
adopted latest change by JanLehnardt
------------------------------------------------------------------------------
export PATH="$PATH:/usr/local/bin"
}}}
-
== Incorrect LD_LIBRARY_PATH ==
=== Problem ===
@@ -40, +39 @@
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
+ }}}
+
+ or
+
+ {{{
+ $ couchdb
+ Apache CouchDB 0.8.1-incubating (LogLevel=info)
+ Apache CouchDB is starting.
+
+ {"init terminating in do_boot","libjs.so: cannot open shared object file: No such file or
directory"}
+
+ Crash dump was written to: erl_crash.dump
+ init terminating in do_boot (libjs.so: cannot open shared object file: No such file or directory)
}}}
=== Solution ===
|