Thanks for the fast reply. I will try it out today along with Ask's
suggestion of compiling JS from the fedora site.
Thanks!
Benjamin
On Nov 9, 2008, at 10:38 PM, Sho Fukamachi wrote:
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
<[EMAIL PROTECTED]> 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