Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 11207 invoked from network); 2 Jun 2008 20:48:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jun 2008 20:48:52 -0000 Received: (qmail 24366 invoked by uid 500); 2 Jun 2008 20:48:54 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 24336 invoked by uid 500); 2 Jun 2008 20:48:53 -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 24325 invoked by uid 99); 2 Jun 2008 20:48:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 13:48:53 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=SPF_PASS,URI_NOVOWEL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rbriski@gmail.com designates 64.233.184.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 20:48:02 +0000 Received: by wr-out-0506.google.com with SMTP id c46so460071wra.18 for ; Mon, 02 Jun 2008 13:48:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; bh=I5eJhVBA4Kb8/rxwVTaU5drrVqzX8CFPtfVE5Wka/+k=; b=Ue/KZUqYg0/fL03CtFm2/exHosuAXvaPu47q70ejs1/7UrfiMOJyc0G+DrGo78m9f4fbeOuEHF1toGOB0DmWN3364q8CNFXhDPOuxZc6/0eJbAUje9/6nllESFEkm1W5EDS2FTzH2TQ9JcUlaktTmVIrU1V/T8W+Ew9XAG2NLzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=WsO21jZ99LO4moHvDS3JZGEBh8piDJWXdeC/znDds/0aOTTOko5Mek/N5z5hvklx4AzkaUvneEbUarpHFI6FHMUhTLWBejO/3TwzXTVOVK/Gb6l4/cyH2eEs9vmSwOe2cOTHR30sMNHFiWN2cbFOb0oEvsr5y9I2/nNalwBVISs= Received: by 10.142.186.15 with SMTP id j15mr1826203wff.115.1212439697888; Mon, 02 Jun 2008 13:48:17 -0700 (PDT) Received: from ?172.17.216.174? ( [172.17.216.174]) by mx.google.com with ESMTPS id 31sm8421380wff.10.2008.06.02.13.48.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Jun 2008 13:48:16 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bob Briski Subject: Re: crash on startup (undef,[{crypto,start, Solaris) Date: Mon, 2 Jun 2008 13:48:14 -0700 To: couchdb-user@incubator.apache.org X-Mailer: Apple Mail (2.753) X-Virus-Checked: Checked by ClamAV on apache.org Had something similar happen to me. Did you have openssl and did you use it when compiling erlang? Bob On Jun 2, 2008, at 1:07 PM, Mark James Adams wrote: > Hi, > > I'm having a similar problem to the one described at > http://www.mail-archive.com/couchdb-user@incubator.apache.org/ > msg00376.html. > The difference is that I'm running on OpenSolaris (Joyent > Accelerator). > > The output is when starting the server is > > {"init terminating in > do_boot",{undef,[{crypto,start,[]},{erl_eval,do_apply,5}, > {init,start_it,1},{init,start_em,1}]}} > > I've gone through the basic troubleshooting cycle. > > OpenSolaris > SunOS zXXXXXXX.textdrive.com 5.11 snv_62 i86pc i386 i86pc > Erlang (BEAM) emulator version 5.6.2 [source] [async-threads:0] [hipe] > [kernel-poll:false] > Spidermonkey 1.7 > > automake 1.9.6 > autoconf 2.59 > GNU Make 3.80 > gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802) > > I configured couchdb with ./configure --prefix=/tmp/couchdb > --with-js-include=/opt/local/spidermonkey/include > --with-js-lib=/opt/local/spidermonkey/lib and made a few modifications > to the couchdb script (#!/bin/bash instead of !#/bin/sh -e, nawk > instead of awk) to make it play nice on Solaris. > > The output from truss is > http://where.raysend.com/public/analysis/couchdb073.truss.out.txt. I > don't have any experience with truss, but I see a lot of ERRENT (file > not found) errors. > > What else can I do to help troubleshoot this (debug output, &c)? > > I was able to get CouchDB 0.7.2 installed and running on OpenSolaris > and 0.7.3 is working great on OS X. I'm having a lot of fun developing > with couch, even when things are a bit rocky. I'm hoping to deploy on > Solaris. > > Thanks > > -- > Mark James Adams > http://twitter.com/mja