Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 25909 invoked from network); 22 Jul 2008 01:56:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 01:56:01 -0000 Received: (qmail 73567 invoked by uid 500); 22 Jul 2008 01:56:00 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 73529 invoked by uid 500); 22 Jul 2008 01:56:00 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 73518 invoked by uid 99); 22 Jul 2008 01:56:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 18:56:00 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of reverri@gmail.com designates 209.85.146.178 as permitted sender) Received: from [209.85.146.178] (HELO wa-out-1112.google.com) (209.85.146.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 01:55:07 +0000 Received: by wa-out-1112.google.com with SMTP id m16so1108792waf.6 for ; Mon, 21 Jul 2008 18:55:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=r3aY2jFknAP3D4da1z+0jNMKJBKNQRy/bLJ3Kfiw1x0=; b=hOOG52kASvilf1GdhUQT3OyzYeZhTp6Vvj3gUkO+bjdQXg+zfmP3I8IHVK2MlpB2Fk +vuXNnAuZN56pIdOwQ0Bb4vafM4bEiefgmePVjWLvvRChaGMtf2k3v95do4wBkqJ557v zIwYFEVqxSoSudD38v1bYq92VuJwr5bq6Atdg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=qZ4/pobiybA3odluT99o52JONewU3QJ/txc3gkqPhygNr1ZRbQZaHSIWyVnsBF5RDV DmQm60QGYBES0eA5+kh2i/7DYg9ekOH0J6fjquwCD80BdaQy2BCKmOOCZK9Hvcjvzv/d OEOZv1B1ftlPDnGfR3G911er8qjIm6sXigA6o= Received: by 10.114.95.1 with SMTP id s1mr3263761wab.221.1216691731968; Mon, 21 Jul 2008 18:55:31 -0700 (PDT) Received: by 10.115.23.15 with HTTP; Mon, 21 Jul 2008 18:55:31 -0700 (PDT) Message-ID: Date: Mon, 21 Jul 2008 18:55:31 -0700 From: "Dan Reverri" To: couchdb-user@incubator.apache.org Subject: Re: Need to troubleshoot: open_error,-10 In-Reply-To: <48853B55.1000408@comcast.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_87920_2303796.1216691731954" References: <48853B55.1000408@comcast.net> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_87920_2303796.1216691731954 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Are you running couchdb as a different user? If so, have you set the LD_LIBRARY_PATH for this user correctly? On Mon, Jul 21, 2008 at 6:43 PM, Dan Connelly wrote: > Oh Relaxed Ones: > > I am doing my first install of CouchDB 0.8. Installing on OpenSuSE > 10.3 (32-bit, i686 athlon i386 GNU/Linux). It is giving me an init > do_boot problem, but nothing I can figure out from the dump. > > (Previously, I had installed CouchDB 0.7 on SuSE a Pro 9.2 and got it > running okay. Not so lucky now.) > > The exact error I get is "open_error,-10". Apparently LD_LIBRARY_PATH > is not set properly. I built and installed erlang from source > tarball: otp_src_R12B-2. I installed the ICU libs (Version 3.6) > using Yast (yummy stuff). I built and installed SpiderMonkey, Version > 1.7.0. > > My LD_LIBRARY_PATH includes the SpiderMonkey lib dir. "icu-config > --invoke" works fine and returns the LD_LIBRARY_PATH with /usr/lib added > (which is where the icu shared objects are installed). > > Isn't this sufficient on LD_LIBRARY? How can I force a verbose > dependency check? > > -- Dan Connelly (not yet relaxed) > ------=_Part_87920_2303796.1216691731954--