Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 31851 invoked from network); 16 Mar 2010 18:35:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 18:35:51 -0000 Received: (qmail 44930 invoked by uid 500); 16 Mar 2010 18:35:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 44897 invoked by uid 500); 16 Mar 2010 18:35:50 -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 44889 invoked by uid 99); 16 Mar 2010 18:35:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 18:35:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of randall.leeds@gmail.com designates 209.85.218.214 as permitted sender) Received: from [209.85.218.214] (HELO mail-bw0-f214.google.com) (209.85.218.214) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 18:35:43 +0000 Received: by bwz6 with SMTP id 6so267297bwz.33 for ; Tue, 16 Mar 2010 11:35:22 -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=NE4iBTeZ72ivQ8Xg3HksHPfF9Tog1gxmAu9+lTlteUo=; b=ecfd05LHy94WnhtmBFhSy7JQTn2t8JLR4fP6kR7+rGwX3iTVA/3pq75KqFPs+6KDDA KfVMHC7oHSC8eDn3ICT7n3m3B7t+yaXAOh23251QbbzSffOzzoGpJkl3yZua4k9c+xIu kR5ZJa4A0hQPOe2I42ODqBp0Cwpu4KsUUj0VI= 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=Gihy/LpUNwsqw+lCqZ5ERU11Uz34UOal3SkVNpEDNTiO6gM7hajq6A61HOyDiDxC/o qlQ3btsrvwznadAnpqAPTYSdU72+aAwIzqgv9kWJSKDrWSrT9vKzlTQdV292kVluBGeh bRIAwRFoF8ALwYxTSYt0UghPl8htH7F5Z5mJs= MIME-Version: 1.0 Received: by 10.204.131.85 with SMTP id w21mr65560bks.174.1268764517506; Tue, 16 Mar 2010 11:35:17 -0700 (PDT) In-Reply-To: <4B9FCBE0.7060804@julianmoritz.de> References: <4B9FCBE0.7060804@julianmoritz.de> Date: Tue, 16 Mar 2010 11:35:17 -0700 Message-ID: Subject: Re: Installing couchdb on Ubuntu From: Randall Leeds To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0015173fe5bc5ea1d80481ef4295 X-Virus-Checked: Checked by ClamAV on apache.org --0015173fe5bc5ea1d80481ef4295 Content-Type: text/plain; charset=UTF-8 As of Karmic Koala, Ubuntu ships with CouchDB since it's used by UbuntuOne. This is the couchdb-bin package that conflicts with couchdb. I believe UbuntuOne, if configured, starts CouchDB on a random port when you log in, but you should be able to run a system one with standard configuration by typing 'sudo service couchdb start'. Note this will currently be CouchDB 0.10.0 IIRC. On Mar 16, 2010 11:20 AM, "Julian Moritz" wrote: Hello, I've just wanted to install couchdb on ubuntu. The problem is it wants me to install libmozjs-dev, but then apt removes some very important packages: couchdb-bin desktopcouch eclipse eclipse-jdt eclipse-pde eclipse-platform eclipse-plugin-cvs evolution-couchdb firefox firefox-3.0 firefox-3.0-gnome-support firefox-3.5 firefox-3.5-branding firefox-3.5-gnome-support firefox-gnome-support galeon gnome-core gnome-user-guide gnome-user-guide-de gnome-user-guide-en python-desktopcouch python-desktopcouch-records python-gnome2-extras python-gtkmozembed serpentine ubufox ubuntu-desktop ubuntu-docs xulrunner-1.9.1 xulrunner-1.9.1-gnome-support yelp How do I install couchdb on ubuntu without removing all those packages? Regards Julian --0015173fe5bc5ea1d80481ef4295--