Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 10146 invoked from network); 4 Jun 2008 21:11:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 21:11:15 -0000 Received: (qmail 6135 invoked by uid 500); 4 Jun 2008 21:11:18 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 6107 invoked by uid 500); 4 Jun 2008 21:11:18 -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 6095 invoked by uid 99); 4 Jun 2008 21:11:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 14:11:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mark.james.lists@gmail.com designates 209.85.198.245 as permitted sender) Received: from [209.85.198.245] (HELO rv-out-0708.google.com) (209.85.198.245) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 21:10:26 +0000 Received: by rv-out-0708.google.com with SMTP id k29so324741rvb.0 for ; Wed, 04 Jun 2008 14:10:43 -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 :content-transfer-encoding:content-disposition:references; bh=8KXnhNQvv5iMYyZkpvnuTYVJ2zX7HftWZUQqSHe3XJ0=; b=q+1RxSQXq6a+OWk1zTZuwnc0mq5SP7hlnGKgqzycMj3QNbpL3sUIGYYBQ1NeEMVRXh 1HUm+ySxutNhitt14j0wLDm0F9EziQ+83DJ6czutWGb6W1FKyVOThe3ENUxyQAMlno9P jRWI6PGoQc2I9nPYgPfKFDt9TsxdKrrFC+yT0= 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:content-transfer-encoding:content-disposition :references; b=qSnKqZZN4Bn39pVa7EVMxVsX5sbmCksfelGnltc3SWL0ofhYVhlq++rrPpwfnQESiY ivrqeYhGISdVYZOFnqWJ9qrPK8NAsy+CngZsWyoRrbBzNBl9mMkJZ7GeKasvdOtfdhgR /jrueRa0MRNbYVPNJeXxYqdGSzMUWsEYqK8sA= Received: by 10.140.140.3 with SMTP id n3mr304370rvd.299.1212613843251; Wed, 04 Jun 2008 14:10:43 -0700 (PDT) Received: by 10.141.71.4 with HTTP; Wed, 4 Jun 2008 14:10:43 -0700 (PDT) Message-ID: Date: Wed, 4 Jun 2008 22:10:43 +0100 From: "Mark James Adams" To: couchdb-user@incubator.apache.org Subject: Re: crash on startup (undef,[{crypto,start, Solaris) In-Reply-To: <20080604190037.GK15899@bytesexual.org> MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20080604190037.GK15899@bytesexual.org> X-Virus-Checked: Checked by ClamAV on apache.org Noah, > What system and what openssl libraries do you installed? openssl-0.9.8e on OpenSolaris snv_62. What I've done now is go entirely 32-bit, so I've rebuilt openssl and erlan= g. $ erl Erlang (BEAM) emulator version 5.6.2 [source] [async-threads:0] [hipe] [kernel-poll:false] Eshell V5.6.2 (abort with ^G) 1> crypto:start(). ok So crypto works. Now I'm getting another problems starting couchdb (still using the troubleshooting guidelines, I've checked out, configured, made, and installed couch so many times I'm about to burst) $ ./couchdb couch 0.7.3a650275 (LogLevel=3Ddebug) Apache CouchDB is starting. [error] [<0.46.0>] {error_report,<0.21.0>, {<0.46.0>,supervisor_report, [{supervisor,{local,couch_server_sup}}, {errorContext,start_error}, {reason,{'EXIT',{error,{open_error,-10}}}}, {offender, [{pid,undefined}, {name,couch_util}, {mfa, {couch_util,start_link, ["/tmp/couchdb/lib/couchdb/erlang/lib/couch-0.7.3a650275/priv/lib"]}}, {restart_type,permanent}, {shutdown,brutal_kill}, {child_type,worker}]}]}} Config Info /tmp/couchdb/etc/couchdb/couch.ini: CurrentWorkingDir=3D/tmp/couchdb/bin DbRootDir=3D/tmp/couchdb/var/lib/couchdb BindAddress=3D"127.0.0.1" Port=3D"5984" DocumentRoot=3D/tmp/couchdb/share/couchdb/www LogFile=3D/tmp/couchdb/var/log/couchdb/couch.log UtilDriverDir=3D/tmp/couchdb/lib/couchdb/erlang/lib/couch-0.7.3a650= 275/priv/lib DbUpdateNotificationProcesses=3D FullTextSearchQueryServer=3D text/javascript=3D/tmp/couchdb/bin/couchjs /tmp/couchdb/share/couchdb/server/main.js =85and then it just hangs. The revision I've checked out might be a few weeks old, I was trying to match the working OS X version that I have installed locally. Also, LD_LIBRARY_PATH is set to the path containing ICU. Thanks. --=20 Mark James Adams http://raysend.com/mark/