From user-return-6742-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Oct 06 10:24:07 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 45941 invoked from network); 6 Oct 2009 10:24:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 10:24:07 -0000 Received: (qmail 27638 invoked by uid 500); 6 Oct 2009 10:24:05 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 27565 invoked by uid 500); 6 Oct 2009 10:24:05 -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 27555 invoked by uid 99); 6 Oct 2009 10:24:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 10:24:05 +0000 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 paul.joseph.davis@gmail.com designates 209.85.210.203 as permitted sender) Received: from [209.85.210.203] (HELO mail-yx0-f203.google.com) (209.85.210.203) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 10:23:56 +0000 Received: by yxe41 with SMTP id 41so9009631yxe.30 for ; Tue, 06 Oct 2009 03:22:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=X4FuYZNcg8r0azzpAYXI+F67hGQdMEMFgpp760ejarU=; b=pXwcy1bFZwZy5sWDWDpkPzGHRMgLvdlR5/Kp2g0va9qeL++ICLXcdIUB4A65Vwa1kX glMbXQSXNstwFa054WEdBnQetezLsOLSFIMToUBsmWWls4CJlFgJ+weaIHs9VIHI1LaP 89erhdD1hWbkuVqIZ2Cr3PHQqIEANcs2el+I4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Z6yZfhWxW6HUN0u17fs0imW2lStlFRItjy5K+IFStg7DnM1aQuewTwnRVUYtg0RmQP o/8TnA0mFWbnoQBe9ab7Dqa0rAEWCEdC9AICtl61cbSnrYjZ+xc2i4cxK7xYOKwImSAq b9f0x8UkLqAJx7e56PHKIotdwi61/T7xI7xIw= MIME-Version: 1.0 Received: by 10.101.57.5 with SMTP id j5mr1301352ank.63.1254824555508; Tue, 06 Oct 2009 03:22:35 -0700 (PDT) In-Reply-To: <4ACAEBEE.5040707@netzmeister-st-pauli.de> References: <4AC8F7B5.6020203@netzmeister-st-pauli.de> <4AC92BDB.1000506@netzmeister-st-pauli.de> <4AC93A8C.602@netzmeister-st-pauli.de> <4AC9A6A9.3020400@netzmeister-st-pauli.de> <4ACA676C.6030207@netzmeister-st-pauli.de> <4ACAEBEE.5040707@netzmeister-st-pauli.de> Date: Tue, 6 Oct 2009 06:22:35 -0400 Message-ID: Subject: Re: Starting CouchDB on Ubuntu (trunk rev 821585) From: Paul Davis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Oct 6, 2009 at 3:04 AM, Andreas Wenk wrote: > Paul Davis wrote: >> >> What version of Erlang did you originally upgrade from? Perhaps you >> had a version of CouchDB compiled with an old version of Erlang that >> was causing issues? Ie, no make clean left CouchDB beam files? >> >> Paul > > Hm, I am not sure which Erlang Version is shipped with a newly installed > Lenny (maybe two months old ...). And I am quite sure that this was the > first CouchDB installaton on this machine. But does this matter anyway? I > thought if compiling first Erlang newly and then CouchDB it should be linked > to this Erlang version ... ? > > Actually I removed everything completely. Means rm the source folder where I > compiled Erlang and CouchDB. Means IMHO there have been no files left for > CouchDB. > > Cheers > > Andy > I was going on the theory that you build CouchDB with one version of Erlang, upgraded Erlang, tried rebuilding again, but the previous build artefacts prevented anything from building. The, running .beam files with a different version of Erlang made things hurt. That sounds not to be the case though. Paul