From user-return-7228-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Oct 30 16:48:19 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 24220 invoked from network); 30 Oct 2009 16:48:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Oct 2009 16:48:18 -0000 Received: (qmail 7019 invoked by uid 500); 30 Oct 2009 16:48:17 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 6956 invoked by uid 500); 30 Oct 2009 16:48:17 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 6944 invoked by uid 99); 30 Oct 2009 16:48:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 16:48:16 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chrisstocktonaz@gmail.com designates 209.85.160.56 as permitted sender) Received: from [209.85.160.56] (HELO mail-pw0-f56.google.com) (209.85.160.56) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 16:48:14 +0000 Received: by pwi18 with SMTP id 18so796892pwi.35 for ; Fri, 30 Oct 2009 09:47:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=/59eaFnrZ38nhmtnQc/L4jPNVSFXOyBRE1sPtuuQgc8=; b=jJ/7U0zUuWj4LY/BBLL0yVqFl/zPF5q9P9qPNdx/HPGVs1D/T13fdhq5VQmYOqZbyW UUlv+qrhENkZ2yR23h1H/5uZbjkhwuZkbkO+Y0IM3OrWXOwpSfUdgO1Mtu44nfHBkReu NTnbhWz1dUbyVx0j9qBbku1JpTadEMP8sK5Ic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PoKklUUwFOJtZbhvpTrTvg78lRPLFkE+hIBD68H9lnqcGnKcnTJqwRg5k9cuES3XfT P6pAPzFqR88hBxVFbz1L5lcw3QflS0FxFjg12Cr4poRRvg0uKE3FLzW2g7hzwHWYbSeO eABHnwPMYBgeR+chMT7tSIF/AI8UozE+CWsAc= MIME-Version: 1.0 Received: by 10.142.119.24 with SMTP id r24mr176741wfc.291.1256921274410; Fri, 30 Oct 2009 09:47:54 -0700 (PDT) In-Reply-To: References: Date: Fri, 30 Oct 2009 09:47:54 -0700 Message-ID: Subject: Re: os_process_error {exit_status,127} From: Chris Stockton To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hello, On Thu, Oct 29, 2009 at 5:33 PM, Chris Anderson wrote: > A basic test you can run (from the couchdb src directory), is this: > > $ couchjs share/server/main.js > > then type: > > ["reset"] > > and you should see: > > true Thanks to the both of you, couchjs was failing with "couchjs: error while loading shared libraries: libjs.so: cannot open shared object file: No such file or directory" a quick symlink of libjs fixed the issue. Much appreciated. -Chris