From user-return-9845-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Apr 08 23:56:09 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 98643 invoked from network); 8 Apr 2010 23:56:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Apr 2010 23:56:09 -0000 Received: (qmail 78539 invoked by uid 500); 8 Apr 2010 23:56:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 78485 invoked by uid 500); 8 Apr 2010 23:56:08 -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 78477 invoked by uid 99); 8 Apr 2010 23:56:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 23:56:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msddsm@gmail.com designates 74.125.92.26 as permitted sender) Received: from [74.125.92.26] (HELO qw-out-2122.google.com) (74.125.92.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 23:56:00 +0000 Received: by qw-out-2122.google.com with SMTP id 5so877003qwi.29 for ; Thu, 08 Apr 2010 16:55:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:subject:to :x-priority:message-id:mime-version:content-type :content-transfer-encoding:x-mailer; bh=j0qM+bdRm+UtMckLMGkR/xi18D6aTyUuwcGoQRovBBI=; b=cTu1qRswejLX10rKeS7UBhiHo+re7rQLwjvtzkXsMp1g+pRWo58Mn3V2AWq+HwG1AH ZGiWwn8JBzNOepjD4p/XAXI+myEji9wn1OGDDJfsAD5Oo89wltKOFhf/z0v8pcYgQIvH YUYnTZdn5lCZRmTVhc3pkxuiniLNs8py7MQB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:subject:to:x-priority:message-id:mime-version :content-type:content-transfer-encoding:x-mailer; b=jy7+y4lDMZhJWun+pSwmDLGNQeyxs4Ggb9HfH302BM2reSYWJLtOoA+vUtkLD18KSN d25PQIdXSqFGaZ09KH9Ao4KTfKl/doZH5UWpy8ocE0NflMYbGYZuw8Co2LVQ5LUmv0d/ 9ggVaf4AkA0cl38kEh6baOO3N05tl5ZH3yxm4= Received: by 10.224.44.77 with SMTP id z13mr343896qae.213.1270770902897; Thu, 08 Apr 2010 16:55:02 -0700 (PDT) Received: from mocha.mii-us.mirrorimage.net?mirrorimage.net?mirror-image.com ([65.219.237.243]) by mx.google.com with ESMTPS id 22sm385033qyk.2.2010.04.08.16.55.01 (version=SSLv3 cipher=RC4-MD5); Thu, 08 Apr 2010 16:55:02 -0700 (PDT) Date: Thu, 8 Apr 2010 19:55:00 -0400 From: Matthew Sinclair-Day Subject: Problems building/installing 0.11 on Solaris 10 To: user@couchdb.apache.org X-Priority: 3 Message-ID: <4bbe6cd6.9653f10a.61f2.253d@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Mailer: Mailsmith 2.2.5 I've built 0.11 for Solaris 10/x86, but I am running into=20 problems getting couch to start. The erlang process is running,=20 but the web server does not appear to be. Stdout and stderr are=20 being created, but the pid file and normal log file are not. I'm not sure how to peel back the layers. Are there any debug modes that can be activated, or things I can=20 check to make sure things are correctly in place? More verbose=20 logging? Any pointers would be appreciated. By the way, _add_config_dir() in bin/couchdb fails on solaris,=20 at least with the "find" command installed by default in my=20 environment; it does not like the -mindepth and -maxdepth=20 options. I have commented out this routine. Matt