From couchdb-user-return-705-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Wed Jul 09 15:50:41 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 27731 invoked from network); 9 Jul 2008 15:50:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2008 15:50:41 -0000 Received: (qmail 12572 invoked by uid 500); 9 Jul 2008 15:50:41 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 12450 invoked by uid 500); 9 Jul 2008 15:50:41 -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 12439 invoked by uid 99); 9 Jul 2008 15:50:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 08:50:41 -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 paul.p.carey@gmail.com designates 209.85.162.179 as permitted sender) Received: from [209.85.162.179] (HELO el-out-1112.google.com) (209.85.162.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 15:49:50 +0000 Received: by el-out-1112.google.com with SMTP id y26so591884ele.18 for ; Wed, 09 Jul 2008 08:50:12 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=XcigpBXFOD1WJQou9zazSj2HKBMi3VucebkBdgxZHn0=; b=pBrpyUhY78DTB9+Uk+opAEMDWREqIERYwMUNfTzjWPiHWLxdPM1+s4kcXlHsk3MpRL O1qC4gF3AbZ/LXpfoUVdVE+bokQQrUCNnZr5EQrJQCuDNyyAY6NapBxXZ5cBJ9wFb/pV me5hwsQeSYUbGvdFihJqN0kM9Nh/u72COZ9mw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=THlZqMfnUBAehg+1ZKcsxcBx9b+qlvDvYmnIKX2GQEqVNc4sFDN5/zY2qkHAMjGwSW olBHX4D9cuHesujhiizBLjf2J5vCNvchzsMRCWPG3ODep/OmAWBnFqtcXUXoiuo/sguo XLX/PggBpQppe6bnoXH7CMe3k8ni+5Rlzvmdw= Received: by 10.150.49.1 with SMTP id w1mr12682447ybw.26.1215618612342; Wed, 09 Jul 2008 08:50:12 -0700 (PDT) Received: by 10.151.12.21 with HTTP; Wed, 9 Jul 2008 08:50:12 -0700 (PDT) Message-ID: <13ae4dd50807090850l62ed8a94yc180bc8ed1e1ef17@mail.gmail.com> Date: Wed, 9 Jul 2008 16:50:12 +0100 From: "Paul Carey" To: couchdb-user@incubator.apache.org Subject: Fails to start on OS X after upgrading to 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi all I initially installed CouchDB 0.7.3 from source without any problems on OS X 10.5.2. After upgrading to 10.5.3 I installed erlang @R12B-2_1+universal via MacPorts to fix the resultant break. I also installed CouchDB via MacPorts at this point. All was working fine till this morning when I upgraded to 10.5.4, uninstalled the port install of CouchDB and built from source (apache-couchdb-0.8.0-incubating.tar.gz). Now when I start, I get the following error {"init terminating in do_boot",{undef,[{crypto,start,[]},{erl_eval,do_apply,5},{init,start_it,1},{init,start_em,1}]}} After reading around I get the impression that this might be related to openssl and the crypto library in erlang. Indeed, running crytpo.start(). from erl fails with ** exception error: bad function 'crypto.start' But this puzzles me as my actions today (as far as I can tell) didn't involve openssl or erlang. Any help getting me back up and running would be much appreciated. Paul