On 5/22/10 at 4:57 PM, [email protected] (Jan Lehnardt) wrote:
Hi Matthew,
On 19 May 2010, at 22:29, Matthew Sinclair-Day wrote:
I've built couch 0.11.0 on Solaris 10 and am having problems with js
views. When the view is run,
the following error message is repeatedly written to the couch log
until couch is shutdown:
[Wed, 19 May 2010 19:45:54 GMT] [error] [<0.131.0>] OS Process Error
<0.22346.0> ::
{os_process_error,{exit_status,137}}
this usually indicates that your couchjs binary is not linked
correctly against libjs / spidermonkey (the lib-name varies, I don't
know the one for Solaris). If the linking is correct, setting
LD_LIBRARY_PATH can help (if you linker supports that :)
Cheers
Jan
--
Thanks, Jan.
A friend passed me his handy "truss" command recipe to observe
the erlang process, and I saw immediately libcurl was not linked correctly.
sudo truss -a -d -f -l -s SIGCLD -t
exec,fork,wait,write,open,close,kill -v
exec,fork,wait,write,open,close,kill -w 1,2 -r 1,2
Matt