On Thu, Mar 11, 2010 at 10:38 AM, j d <[email protected]> wrote:
> Attempting to run any of the tests in the test suite page puts couchdb
> into a loop that spits out the following error over and over:
>
> /usr/local/lib/couchdb/bin/couchjs: error while loading shared
> libraries: libjs.so: cannot open shared object file: No such file or
> directory
you need to add the location of libjs.so to LD_LIBRARY_PATH
> [error] [<0.348.0>] OS Process Error <0.1578.0> ::
> {os_process_error,{exit_status,127}}
>
> Creating databases and documents and running the all_doc view seems to
> work fine. I am still having problems with creating and using admin
> accounts as talked about in my previous post (CouchDB 0.11.0b921503
> user signup errors).
>
> I have executed "make clean && make distclean && ./bootstrap &&
> ./configure --with-erlang=/usr/lib64/erlang/usr/include
> --with-js-include=/usr/local/spidermonkey/include
> --with-js-lib=/usr/local/spidermonkey/lib64 && make check && make"
>
> I have also added the couchdb user using: "useradd --home-dir
> /usr/local/var/lib/couchdb -r -M --shell /bin/bash --comment "CouchDB
> Administrator" couchdb" Note that some of the options are different
> then what is listed on the Installing_on_RHEL5 page. I have also
> modified the ownerships and permissions as directed in the README. I
> then used "passwd couchdb" to change the password.
>
> I also get this error when starting up couchdb:
>
> =ERROR REPORT==== 11-Mar-2010::11:19:23 ===
> file:path_eval([".","/root"],".erlang"): permission denied
> Apache CouchDB 0.11.0b921503 (LogLevel=info) is starting.
> Apache CouchDB has started. Time to relax.
>
> Though someone on the list said it is a harmless error.
>
> I'm running RHEL5.1 x86_64. I believe all of my libraries are up to spec.
>
--
--
Andrew Melo