Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 6897 invoked from network); 17 Aug 2008 15:01:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2008 15:01:51 -0000 Received: (qmail 6753 invoked by uid 500); 17 Aug 2008 15:01:50 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 6714 invoked by uid 500); 17 Aug 2008 15:01:50 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 6705 invoked by uid 99); 17 Aug 2008 15:01:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Aug 2008 08:01:50 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Aug 2008 15:00:50 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 3678B118D6 for ; Sun, 17 Aug 2008 15:01:19 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Sun, 17 Aug 2008 15:01:19 -0000 Message-ID: <20080817150119.10711.4949@eos.apache.org> Subject: [Couchdb Wiki] Update of "InstallingOnOSX" by DirkWillemvanGulik X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by DirkWillemvanGulik: http://wiki.apache.org/couchdb/InstallingOnOSX ------------------------------------------------------------------------------ If you experience a Bus Error when compiling CouchDB on OSX 10.5.3, it's likely due to incompatibility between the OS and Mac Port's Erlang. Luckily, fixing the problem is as simple as removing one line from the Portfile, and rebuilding Erlang. + == Dependencies == + + Ensure that all dependencies are in place - assuming you are using macports then a + + {{{ + $ sudo port install gmake autoconf tcl erlang spidermonkey icu + }}} + + should be enough. + + == Dependencies - Erlang == Here's [http://trac.macports.org/ticket/15459 the bug report on the Mac Ports website.] The portfile is usually located at @@ -34, +45 @@ }}} You will need to upgrade flex: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465039 + == Typical build process of a developer build == + + {{{ + $ http://svn.apache.org/repos/asf/incubator/couchdb/trunk couchdb + $ cd couchdb + $ ./bootstrap && ./configure + $ make + $ sudo make install + }}} + == Unofficial Binary Packages == If you just want to give CouchDB a shot and don't like the command line based installation, you can get this unofficial binary release for MacOS X 10.5 Leopard and Intel Macs only: http://jan.prima.de/~jan/plok/archives/142-CouchDBX-Revival.html