Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 12200 invoked from network); 2 Aug 2009 10:10:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Aug 2009 10:10:33 -0000 Received: (qmail 18367 invoked by uid 500); 2 Aug 2009 10:10:35 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 18270 invoked by uid 500); 2 Aug 2009 10:10:35 -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 18260 invoked by uid 99); 2 Aug 2009 10:10:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2009 10:10:35 +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 boermans@gmail.com designates 209.85.217.209 as permitted sender) Received: from [209.85.217.209] (HELO mail-gx0-f209.google.com) (209.85.217.209) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2009 10:10:26 +0000 Received: by gxk5 with SMTP id 5so4442476gxk.11 for ; Sun, 02 Aug 2009 03:10:05 -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 :content-transfer-encoding; bh=l4fBXMRaRmU0Q0cIL+yheTQpT38Wnpqed06aeN86tGs=; b=Ls2JAKI082L7xToTqSngN+W/sV0N7xYblpSPqCPGyGep+GPTpMlTW7gLEeGodt83mM pk/j1aUKxkBKn7whWyH3rnThR8IMCDRXUwBejhad5vWoFdtmu0O7wTuvcB76P56Wko+L S4Fie48rPV1oxJewncAU6OiF76wGoHcF9vico= 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:content-transfer-encoding; b=eowuQ/KotVExwvKfDZ3F6rI+drhJieatzCTfmhAo0RluueLu8rVZBhYiAgQ/zdMRRW lDBCRrp4A5/tJKUdlcRrEJZOF5KJm4yF+0vQbICFzsrbGrO7qceKGHgvim73DC6q4Gb4 +IwWpmW0oXdnkwidfK7yplbo/cSj7tylfjUlk= MIME-Version: 1.0 Received: by 10.100.96.9 with SMTP id t9mr5231246anb.165.1249207805458; Sun, 02 Aug 2009 03:10:05 -0700 (PDT) In-Reply-To: References: Date: Sun, 2 Aug 2009 19:40:05 +0930 Message-ID: Subject: =?windows-1252?Q?Re=3A_I_can=92t_relax=2E_I_broke_my_couch_upgrading_depe?= =?windows-1252?Q?ndencies=2E_What_might_this_error_mean=3F?= From: Oliver Boermans To: user@couchdb.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2009/8/2 Paul Joseph Davis : > The idea was to remove all partial build products and start from scratch.= Is > it still not working if you re-untar? If by re-untar you mean trashing the directory created when I decompress apache-couchdb-0.9.1.tar.gz (which I have done by double clicking it in the Finder) and recreating it by doing the same before running: cd apache-couchdb-0.9.1 ./configure && make && sudo make install Then no, it=92s still not working after I do that. I did it again just now to be sure. Then attempt to launch: $ sudo -i -u couchdb couchdb sudo: unable to change directory to /usr/local/var/lib/couchdb: No such file or directory couchdb: couchdb: is a directory Clearly I=92m doing something very basically wrong?