Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 66064 invoked from network); 9 Jul 2008 17:42:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2008 17:42:10 -0000 Received: (qmail 86181 invoked by uid 500); 9 Jul 2008 17:42:09 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 86157 invoked by uid 500); 9 Jul 2008 17:42:09 -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 86146 invoked by uid 99); 9 Jul 2008 17:42:09 -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 10:42:09 -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 64.233.170.186 as permitted sender) Received: from [64.233.170.186] (HELO rn-out-0910.google.com) (64.233.170.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 17:41:18 +0000 Received: by rn-out-0910.google.com with SMTP id m7so930180rnd.3 for ; Wed, 09 Jul 2008 10:41:39 -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=NSZg0ZP+dfNvdYE8dZyWf6CRlsiOj2MRavft7WI5fKI=; b=aGUU/dlbEHiOzpkWPdAwef/VUnfgvduKGhziujGcyURKfOUnMOHbUg965qYH4i1ynn PbDttutbL1P4VuICciVEQUcruYAZyzj5bqRowEI2h60OYuK6HUbLGJ+r8UwjXO/cehrb SF6qzfXBevUufeu32DJCQXviA3SQFLVgVWWfk= 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=v95v20rGQf6fSMrW+lB66tgZtQkVD0DSF5WBqcsEupDbophZD6RxBmnaFcmx8w45hz pUsHih8kQmG7YEN1XW9o4AQy8NnnbmcnN/VDiYjoOC3YQqcJInPnCmR08SGONriFwBYt fnJaFun0Fzo6hFQnADv1vLTYOF10Gr5Fwz+vk= Received: by 10.151.153.19 with SMTP id f19mr12806809ybo.116.1215625299824; Wed, 09 Jul 2008 10:41:39 -0700 (PDT) Received: by 10.151.12.21 with HTTP; Wed, 9 Jul 2008 10:41:39 -0700 (PDT) Message-ID: <13ae4dd50807091041q64cc6965y60f2773ffee783df@mail.gmail.com> Date: Wed, 9 Jul 2008 18:41:39 +0100 From: "Paul Carey" To: couchdb-user@incubator.apache.org Subject: Re: Fails to start on OS X after upgrading to 0.8.0 In-Reply-To: <20080709160136.GA29396@bytesexual.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13ae4dd50807090850l62ed8a94yc180bc8ed1e1ef17@mail.gmail.com> <20080709160136.GA29396@bytesexual.org> X-Virus-Checked: Checked by ClamAV on apache.org > On Wed, Jul 09, 2008 at 04:50:12PM +0100, Paul Carey wrote: >> 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' > > Yup, that's exactly what it is. Try uninstalling Erlang and reinstalling. > > If that doesn't work, it may be a MacPorts problem, you could try from source. Thanks for your advice. Uninstalling and reinstalling Erlang didn't help, but I did observe that $macport_home/lib/erlang/lib/crypto-1.5.1.1 is empty apart from a docs dir and an info file. Upgrading openssl to openssl 0.9.8h_0 made no difference. Installing Erlang from source elicited no errors, and the crypto dir is populated, but crypto.start(). stil gives me the same error ** exception error: bad function 'crypto.start' The Erlang readme states that the build is tested on OS X 10.5.3, so I may try using Ubuntu in VMWare in the short term until it's tested on 10.5.4. Paul