From user-return-6278-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Sep 03 03:30:27 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 18380 invoked from network); 3 Sep 2009 03:30:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Sep 2009 03:30:26 -0000 Received: (qmail 69866 invoked by uid 500); 3 Sep 2009 03:30:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 69717 invoked by uid 500); 3 Sep 2009 03:30:25 -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 69707 invoked by uid 500); 3 Sep 2009 03:30:25 -0000 Delivered-To: apmail-incubator-couchdb-user@incubator.apache.org Received: (qmail 69703 invoked by uid 99); 3 Sep 2009 03:30:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 03:30:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jwalgran@gmail.com designates 74.125.78.150 as permitted sender) Received: from [74.125.78.150] (HELO ey-out-1920.google.com) (74.125.78.150) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 03:30:16 +0000 Received: by ey-out-1920.google.com with SMTP id 5so297164eyb.8 for ; Wed, 02 Sep 2009 20:29:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=J55Dieee2x0Xl5g54+6qBhPIu07GsUfk/9QJO0DAsvU=; b=iayRQoO9XBdcYg02N6G5R/UxirgPMBoXH8t/u7h/+sv1c2cW6hzETkmRZ+CX/4wZct 5DSyiFBtCkhjPF1MId5aPTsd2uvUwWyINyusS4e4MT6YPuEjW5vbCOnKx9gwjIMxM4M8 vaSzYzX5AjB4iOxdhu1jFuqYh+TSnajW7hxXY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=xYjcfj9lrysgzZQavMAbBWzkH2+BfNh6vSWXim35cdI9cq1XcV3yTdF7Ik8bE1cTzf eHjUbRFfEuzSxYUWO7oND6mTHNEbFpYtFFBG21CE0J4kxBIDxFjdggFnF5GrSXzMIVVr e0icmimuSwQw1nOULa2uZYQnH84yxllC8B2h8= MIME-Version: 1.0 Received: by 10.216.87.136 with SMTP id y8mr369418wee.43.1251948596010; Wed, 02 Sep 2009 20:29:56 -0700 (PDT) Reply-To: jwalgran@gmail.com Date: Wed, 2 Sep 2009 23:29:55 -0400 Message-ID: Subject: CouchDB build with Snow Leopard fails to start up - no suitable image found From: Justin Walgran To: couchdb-user@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e6d7ec2857a6050472a3ffc0 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d7ec2857a6050472a3ffc0 Content-Type: text/plain; charset=ISO-8859-1 I can get CouchDB to build under Snow Leopard using the wiki instructions ( http://wiki.apache.org/couchdb/Installing_on_OSX) but a ./utils/run spits out the following: Apache CouchDB 0.11.0a810759 (LogLevel=info) is starting. =CRASH REPORT==== 2-Sep-2009::23:23:59 === crasher: pid: <0.29.0> registered_name: [] exception exit: {bad_return, {{couch_app,start, [normal, ["/usr/local/etc/couchdb/default.ini", "/usr/local/etc/couchdb/local.ini"]]}, {'EXIT', "dlopen(/Users/jwalgran/Developer/couchdb/src/couchdb/.libs/couch_erl_driver.so, 2): no suitable image found. Did find:\n\t/Users/jwalgran/Developer/couchdb/src/couchdb/.libs/couch_erl_driver.so: mach-o, but wrong architecture"}}} in function application_master:init/4 initial call: application_master:init/4 ancestors: [<0.28.0>] messages: [{'EXIT',<0.30.0>,normal}] links: [<0.28.0>,<0.5.0>] dictionary: [] trap_exit: true status: running heap_size: 1597 stack_size: 23 reductions: 165 neighbours: =INFO REPORT==== 2-Sep-2009::23:23:59 === application: couch exited: {bad_return,{{couch_app,start, [normal, ["/usr/local/etc/couchdb/default.ini", "/usr/local/etc/couchdb/local.ini"]]}, {'EXIT',"dlopen(/Users/jwalgran/Developer/couchdb/src/couchdb/.libs/couch_erl_driver.so, 2): no suitable image found. Did find:\n\t/Users/jwalgran/Developer/couchdb/src/couchdb/.libs/couch_erl_driver.so: mach-o, but wrong architecture"}}} type: temporary I assume this is a 32/64 bit issue. Is there a switch that needs to be passed to configure? -Justin --0016e6d7ec2857a6050472a3ffc0--