Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 92763 invoked from network); 11 May 2008 21:22:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2008 21:22:40 -0000 Received: (qmail 59452 invoked by uid 500); 11 May 2008 21:22:42 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 59428 invoked by uid 500); 11 May 2008 21:22:42 -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 59417 invoked by uid 99); 11 May 2008 21:22:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 14:22: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 (nike.apache.org: domain of jan@prima.de designates 83.97.50.139 as permitted sender) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 21:21:47 +0000 Received: from [192.168.1.34] (dslb-088-073-074-021.pools.arcor-ip.net [::ffff:88.73.74.21]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Sun, 11 May 2008 21:22:04 +0000 Message-Id: <01D2299D-C4D3-4F10-B513-D1FEADAC1DE5@prima.de> From: Jan Lehnardt To: "couchdb-user@incubator.apache.org" In-Reply-To: <0E357E19-57CA-434C-9DAD-E654304EB35A@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes X-Mailer: iPhone Mail (4A102) Mime-Version: 1.0 (iPhone Mail 4A102) Subject: Re: couchdb initial crash Content-Transfer-Encoding: 7bit Date: Sun, 11 May 2008 23:19:12 +0200 References: <0E357E19-57CA-434C-9DAD-E654304EB35A@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org This looks like either your Erlang/OTP install does not come with the crypto module or Erlang does not know how to find it. Cheers Jan -- On 10 May 2008, at 01:17, Bob Briski wrote: > Hello, > > I've tried installing couchdb on a couple of different machines and > I can't seem to get it running. Any help would be appreciated. > > OS version and architecture: > Ubuntu > > ~/sources/couchdb$ uname -a > Linux u15301237 2.6.24.4-20080407a #1 SMP Mon Apr 7 15:02:49 CEST > 2008 x86_64 GNU/Linux > > Dependencies and versions: > > automake 1.9.6 > autoconf 2.59 > libtool 1.5.22-2 > subversion-tools 1.3.2-3 > > Erlang (BEAM) emulator version 5.6.2 [source] [64-bit] [smp:2] > [async-threads:0] [hipe] [kernel-poll:false] > libicu-dev 3.4.1 > Spidermonkey 1.7 > GNU make 3.81beta4 > gcc 4.03 > > Error: > {"init terminating in do_boot",{undef,[{crypto,start,[]}, > {erl_eval,do_apply,5},{init,start_it,1},{init,start_em,1}]}} > > I've attached the strace > > > Thanks for any help, > Bob