Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 15629 invoked from network); 1 Apr 2010 11:52:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 11:52:05 -0000 Received: (qmail 92139 invoked by uid 500); 1 Apr 2010 11:52:05 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 91924 invoked by uid 500); 1 Apr 2010 11:52:05 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 91916 invoked by uid 99); 1 Apr 2010 11:52:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 11:52:05 +0000 X-ASF-Spam-Status: No, hits=-1.1 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of skippy.hammond@gmail.com designates 74.125.83.180 as permitted sender) Received: from [74.125.83.180] (HELO mail-pv0-f180.google.com) (74.125.83.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 11:51:57 +0000 Received: by pvc22 with SMTP id 22so323096pvc.11 for ; Thu, 01 Apr 2010 04:51:37 -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 :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=KKow2o4cl8ruqm+eLvu80zunnnvVW6nlefupMXTcMPU=; b=b5JbCgkJDUqjKwY8TNU5dPiYfiyaPiDyfAwY5eO/lyL5fj8aRsCZMB+KXsGmuzXfCK BCRFTsThD72f4ufwa3qOimzzfa168geVihAAm+eF4+eTrw1c7Q8W8+cougBa9NSMGzQF z4KZdDjrz6ME5AMyS4MD9hlFR/+lATOIacaS0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=xVQR9g7wOT/eyn2zWNcaOuQYDECpvHGl3TiclUBxvcFWRHSsyRGuCNZzHIzfvlDXO3 lZnQ99lBJfXvaphc8brpmMc8AVhtTmyoMVpsoaNiIJacgBadzmL7o8Xd7K9JB2aK4kvm CPRwKQEqdh+ukoVmhcZX/Sa27oNNRVbDUAbtw= Received: by 10.142.149.36 with SMTP id w36mr146976wfd.228.1270122697352; Thu, 01 Apr 2010 04:51:37 -0700 (PDT) Received: from [192.168.0.3] (ppp118-209-150-13.lns20.mel6.internode.on.net [118.209.150.13]) by mx.google.com with ESMTPS id 23sm6780362pzk.10.2010.04.01.04.51.35 (version=SSLv3 cipher=RC4-MD5); Thu, 01 Apr 2010 04:51:36 -0700 (PDT) Message-ID: <4BB488C9.2090305@gmail.com> Date: Thu, 01 Apr 2010 22:51:37 +1100 From: Mark Hammond User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: dev@couchdb.apache.org CC: Carl McDade , mhammond@skippinet.com.au Subject: Re: (lack of) couchdb windows binaries References: <4BB134A9.40709@skippinet.com.au> <4BB14CD2.9040700@gmail.com> <4BB29F57.5080309@gmail.com> <2CBA4A84-781D-407D-AC75-D4BD02EB6137@apache.org> <4BB3C076.6080900@gmail.com> <4BB46D42.3060009@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Just to follow up on a bit of this: On 1/04/2010 10:09 PM, Carl McDade wrote: > Wampserver, Xammp etc. But it does not appear to do this yet. So while YAWS, > Ejabbard and other software would be running on single instance of Erlang. > guaranteeing use of single version, CouchDB might be running on a different > version. It appears the ejabberd installer for windows takes the same approach as us - the webpage says "The installers contain all the libraries and dependencies needed to run ejabberd" and indeed, a copy of the erlang runtime and binaries are installed directly in the ejabberd directory - ie, it appears to not offer installing into an already installed erlang binary distribution either. Cheers, Mark