Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 58978 invoked from network); 10 Nov 2008 03:38:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 03:38:47 -0000 Received: (qmail 22442 invoked by uid 500); 10 Nov 2008 03:38:53 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 22401 invoked by uid 500); 10 Nov 2008 03:38:53 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 22390 invoked by uid 99); 10 Nov 2008 03:38:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Nov 2008 19:38:53 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sho.fukamachi@gmail.com designates 209.85.198.251 as permitted sender) Received: from [209.85.198.251] (HELO rv-out-0708.google.com) (209.85.198.251) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 03:37:32 +0000 Received: by rv-out-0708.google.com with SMTP id k29so2583568rvb.0 for ; Sun, 09 Nov 2008 19:38:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=6L9WM7rv+1FajtWi9VBWcLPWPJ6Ava7BBvrV/GwtK1E=; b=aDzujAx2cFpU3TBWAEk1kbXeo+eClTrr+xA5jWngImnU2qefmrPLKwgi6ShcgAHmuV BIN4zJGmfjr+x+8Zu82720Rfv6G5MY4jjEmnT9sKZiHq33lu/65p5z2g6Sk60GlOb689 IBNroIOPcgz0BelyFOmKp9SO6+5FP+EBFrmlg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=fD1dxJFrqy9epU0sJu57I8BkEWpDPOL/6D7TvHjMfJjW17LadTCdrRYL4ucmJfrc63 0PtYsbdWvOjwWz/6A5T18wxVBfx8H8ncKRvhaMBrhzoURoM3F9ap5g4fO8ZS38IuPImO CstAhSSMwrrLVwSYcz/ZJP2jHWEHfekI482lA= Received: by 10.115.110.6 with SMTP id n6mr3854786wam.72.1226288285495; Sun, 09 Nov 2008 19:38:05 -0800 (PST) Received: from ?10.1.1.8? (124-171-24-148.dyn.iinet.net.au [124.171.24.148]) by mx.google.com with ESMTPS id a8sm11628432poa.12.2008.11.09.19.38.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 09 Nov 2008 19:38:04 -0800 (PST) Message-Id: <3572B650-8098-4D09-9B41-18B5BF755390@gmail.com> From: Sho Fukamachi To: couchdb-user@incubator.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: Couchdb init issue (x86_64) Date: Mon, 10 Nov 2008 14:38:00 +1100 References: <8FD6DD39-C158-4C01-9611-D3C20089658B@soundspade.com> X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org HI Benjamin, I actually wrote those RHEL5 instructions, or thought I did, and they show installing erlang from EPEL. On my most recent install (5.2) I compiled erlang from source like such: yum install ncurses-devel openssl-devel (i think you've got these already ..) wget http://www.erlang.org/download/otp_src_R12B-2.tar.gz (or whatever the most recent is) tar xvfz otp_src_R12B-2.tar.gz ./configure && make && sudo make install You might want to uninstall the EPEL version of erlang and try compiling from source. thanks, Sho On 10/11/2008, at 11:07 AM, Benjamin Bacon wrote: > Hi, > > I followed the instructions here: http://wiki.apache.org/couchdb/Installing_on_RHEL5 > . I installed all the dependencies from EPEL except for js because > it was not available there. I installed that from the dag repos. > Then I built Couchdb as described on the wiki. > > Seems my attachment did not go through so I will upload it to > friendpaste.com. > > Thanks! > Benjamin > > > > > On Nov 7, 2008, at 6:20 PM, Paul Davis wrote: > >> Benjamin, >> >> Looks like something got compiled for the wrong architecture, how did >> you install the dependencies? >> >> Paul >> >> On Fri, Nov 7, 2008 at 5:45 PM, Benjamin Bacon >> wrote: >>> Hi everyone, >>> >>> I am a newbie to Couchdb. I built it from source today. Running >>> CentOS 5.2 >>> (x86_64). After getting the dependencies installed couch built >>> fine. The >>> issue I am having is starting the server. This is the error I get: >>> >>> Apache CouchDB 0.9.0a712244-incubating (LogLevel=info) is starting. >>> {"init terminating in do_boot","wrong ELF class: ELFCLASS64"} >>> >>> Crash dump was written to: erl_crash.dump >>> init terminating in do_boot (wrong ELF class: ELFCLASS64) >>> >>> I have attached a tgz with an strace and erl_crash.dump. >>> >>> Any suggestions would be great. >>> >>> Thanks! >>> Benjamin >>> >>> >>> >>> >>> >>> >