From user-return-9708-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Apr 02 14:19:04 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 52093 invoked from network); 2 Apr 2010 14:19:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 14:19:04 -0000 Received: (qmail 55184 invoked by uid 500); 2 Apr 2010 14:19:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 55122 invoked by uid 500); 2 Apr 2010 14:19:02 -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 55114 invoked by uid 99); 2 Apr 2010 14:19:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 14:19:02 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 14:18:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.traeumt.net (Postfix) with ESMTP id 58CA11B503 for ; Fri, 2 Apr 2010 16:18:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.g3th.net Received: from unknown by localhost (amavisd-new, unix socket) id OR3TqsHTPrkm for ; Fri, 2 Apr 2010 16:18:31 +0200 (CEST) Received: from [10.0.1.21] (g226049047.adsl.alicedsl.de [92.226.49.47]) (authenticated) by mail.traeumt.net (amavisd-milter) (authenticated as web50m1); Fri, 2 Apr 2010 16:18:31 +0200 (CEST) (envelope-from ) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: Installing couchdb 0.11 on Ubuntu does not work From: Jan Lehnardt In-Reply-To: Date: Fri, 2 Apr 2010 16:18:31 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4BB3BCD3.90700@julianmoritz.de> <4BB5CBA6.3030605@julianmoritz.de> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1078) On 2 Apr 2010, at 13:15, Benoit Chesneau wrote: > On Fri, Apr 2, 2010 at 12:49 PM, Julian Moritz = wrote: >> Hi, >>=20 >> Paul Davis schrieb: >>> Julian, >>>=20 >>> As the user that should run couchdb can you do: >>>=20 >>> $ couchdb -i >>>=20 >>> And report what's printed. If nothing other than the Erlang shell = appears try: >>>=20 >>> 1> application:start(couch). >>>=20 >>> and report what that does. >>>=20 >>=20 >> I see this: >>=20 >> julian@laptop:~$ couchdb -i >> Erlang R13B01 (erts-5.7.2) [source] [smp:2:2] [rq:2] = [async-threads:0] >> [kernel-poll:true] >>=20 >> Eshell V5.7.2 (abort with ^G) >> 1> application:start(couch). >> {error,{not_started,crypto}} >>=20 >>=20 >>=20 > build erlang with crypto support (with openssl). I think in this case he needs to do application:start(crypto). application:start(ibrowse). application:start(couch). Only if that fails, it is a hint that the crypto module is missing. Cheers Jan --