Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 1030 invoked from network); 22 Jul 2008 01:32:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 01:32:05 -0000 Received: (qmail 63391 invoked by uid 500); 22 Jul 2008 01:32:04 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 63366 invoked by uid 500); 22 Jul 2008 01:32:04 -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 63355 invoked by uid 99); 22 Jul 2008 01:32:04 -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:32:04 -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 lgastako@gmail.com designates 74.125.46.152 as permitted sender) Received: from [74.125.46.152] (HELO yw-out-1718.google.com) (74.125.46.152) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 01:31:10 +0000 Received: by yw-out-1718.google.com with SMTP id 5so710488ywr.0 for ; Mon, 21 Jul 2008 18:31:35 -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:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=AbRMyojTD9McnWkyvjzuGaGWUeY1WMOWadBSvEwQ51U=; b=iUprAfVG1N8jN1SjnEyfWOwF0KEmYyJA5XH24/3GLdEPjcifZxEbYCZImlh8mWKULr XEJEnXSbq9lSdhWEpl3LlT8qZBlXuE0cGCn9LelK2BN8XAYangjde644Vcbwv53DRCbe 0nu5rbc4V3jvoBcZRt31Scylvb92U1UtIBF+I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=vlR6V6r6Bbau6epjkESkL56XsGBta/n9RMNGey4VCO0+k4X1KdDv+VjfeLkHab7MRv leZ0F82EOt4g8Q+pk4j56jb9KmiJHmaJJdn6p9RYKqZ2K8yKBZ5EeJ7GXk2zKzXEuN8K 2z+2Tp5FbcM3gBfPo/XNUl3zvtQn152+Nz1B4= Received: by 10.150.136.6 with SMTP id j6mr4680347ybd.126.1216690294867; Mon, 21 Jul 2008 18:31:34 -0700 (PDT) Received: by 10.150.219.11 with HTTP; Mon, 21 Jul 2008 18:31:34 -0700 (PDT) Message-ID: <6f7ea56f0807211831v4195e487p7aaf5e6e35ed5d8d@mail.gmail.com> Date: Mon, 21 Jul 2008 18:31:34 -0700 From: "John Evans" Sender: lgastako@gmail.com To: couchdb-user@incubator.apache.org Subject: Re: Erlang crash on new install of couchdb In-Reply-To: <20080722004204.GH23825@bytesexual.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_52775_29272971.1216690294829" References: <6f7ea56f0807211633k7841ab70u87152b41ae02466@mail.gmail.com> <20080722004204.GH23825@bytesexual.org> X-Google-Sender-Auth: c9d6d64c53ab2f7c X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_52775_29272971.1216690294829 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline This seems to have been the problem -- apparently I didn't apt-get openssl and didn't heed the warning when Erlang's ./configure script told me that it would leave out SSL support. Thanks you both, Noah and Dan. On Mon, Jul 21, 2008 at 5:42 PM, Noah Slater wrote: > On Mon, Jul 21, 2008 at 04:33:57PM -0700, John Evans wrote: > > $ bin/couchdb > > {"init terminating in > > > do_boot",{undef,[{crypto,start,[]},{erl_eval,do_apply,5},{init,start_it,1},{init,start_em,1}]}} > > Erlang has not been compiled with OpenSSL support. > > Perhaps there is a version mismatch or maybe you didn't enable it during > ./configure > > -- > Noah Slater, http://people.apache.org/~nslater/ > ------=_Part_52775_29272971.1216690294829--