Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 58819 invoked from network); 7 Apr 2011 22:37:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 22:37:25 -0000 Received: (qmail 24261 invoked by uid 500); 7 Apr 2011 22:37:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 24219 invoked by uid 500); 7 Apr 2011 22:37:23 -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 24209 invoked by uid 99); 7 Apr 2011 22:37:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 22:37:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dave@muse.net.nz designates 209.85.213.180 as permitted sender) Received: from [209.85.213.180] (HELO mail-yx0-f180.google.com) (209.85.213.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 22:37:17 +0000 Received: by yxe1 with SMTP id 1so2190409yxe.11 for ; Thu, 07 Apr 2011 15:36:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.168.4 with SMTP id j4mr1817336yhl.381.1302215816577; Thu, 07 Apr 2011 15:36:56 -0700 (PDT) Received: by 10.236.103.173 with HTTP; Thu, 7 Apr 2011 15:36:56 -0700 (PDT) X-Originating-IP: [125.236.236.206] In-Reply-To: References: <89D014F2-6CE0-45BB-8864-AE8C04EFF3D1@peterbengtson.com> Date: Fri, 8 Apr 2011 10:36:56 +1200 Message-ID: Subject: Re: Macports OSX issues? From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 On 8 April 2011 09:41, Trevor Bain wrote: >> Someone, recently, opened up a similar ticket to this in macports >> (for the erlang version error) and it was closed as fixed. So, I >> assumed that this wasn't the error (bad assumption). I guess the >> same problem happened again more recently - doesn't macports allow >> for build/runtime dependencies against specific versions? > > OK, it's a different issue. > > Erlang needs to be reinstalled with the +ssl variant. > > https://trac.macports.org/ticket/27686 > > If if figure out, in retrospect, how I would have debugged this > I'll post something in case no one has a better method. Configure CouchDB local.ini [log] level=debug sudo to the right user. check permissions as you've done. Use couchdb -i to get an interactive erlang shell. if you don't see "1> Apache CouchDB 1.0.2 (LogLevel=debug) is starting." straight off, then run i(). to see if crypto_server is present. if not -> you've most likely got erlang without SSL. Either recompile from source, or use a different package - e.g. on debian erlang-ssl. then try couch:start(). post results of i() and couch:start() to friendpaste, check in with IRC or list for further suggestions. A+ Dave