Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 20182 invoked from network); 22 Apr 2009 21:47:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Apr 2009 21:47:04 -0000 Received: (qmail 74608 invoked by uid 500); 22 Apr 2009 21:47:02 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 74530 invoked by uid 500); 22 Apr 2009 21:47: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 74520 invoked by uid 99); 22 Apr 2009 21:47:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2009 21:47:02 +0000 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 vinubalaji@gmail.com designates 74.125.44.28 as permitted sender) Received: from [74.125.44.28] (HELO yx-out-2324.google.com) (74.125.44.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2009 21:46:54 +0000 Received: by yx-out-2324.google.com with SMTP id 8so127926yxm.5 for ; Wed, 22 Apr 2009 14:46:33 -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=CKyBJiMnyLVBzeHf2h0AfQ8yPoLjeQZ5khcBvPAslK0=; b=rebnVXTzEfz611+tWqEslw5qpNdyO6L180BZ23+u6DQSMme4yotHPfuU3ysUSHQLD7 gPcWOiAWTejcMQR4yz2c1Y4TSWXC9/hg4avF1V1JgHqBRlyprnU3deHMuYCMmFPNd6Co +CQT8ykNx0KEP8Ia3sfs/EybVpwQwN7WaAk5g= 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=FUtTgHcVgDlutUyb9VNGuQvQhUbwRnQOV1G1tVJKqfB9FtuZ+C0GZycxm//InTEmso vgorcpoUzwLDgBGpC6R1Be+ZZNo/CIHLt75TTbbQN+RrecwGKPbUVJ3l+3vfrAxUxsiL ESBJxEf6MwIu4mtCoyliPF3NPN52WGJE1KUKY= MIME-Version: 1.0 Received: by 10.90.120.14 with SMTP id s14mr279475agc.18.1240436793828; Wed, 22 Apr 2009 14:46:33 -0700 (PDT) In-Reply-To: <49D4C9CF.9000902@vpro.nl> References: <7d8fb81e0903301933l5c0c4135oc734f271581fe5a6@mail.gmail.com> <1B93420B-CCCA-48B5-87A6-BBFB1AA866DE@apache.org> <8F8B3087-FCAE-467D-A23D-5048A5BA2C41@abaca.com> <6B74F6EB-FBE6-4640-B20F-F36B9903FB15@abaca.com> <49D4831E.8090309@vpro.nl> <49D4C9CF.9000902@vpro.nl> Date: Wed, 22 Apr 2009 14:46:33 -0700 Message-ID: <7d8fb81e0904221446t67ea5f21v23ffcb7c8edb503f@mail.gmail.com> Subject: Re: error running couch 0.9 From: Vinubalaji Gopal To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Got it working in RHEL 4 too. The trick was to install spidermonkey from the source rpm. I also installed the latest Erlang - but I don't think that changed anything. http://cvs.fedoraproject.org/viewvc/rpms/js/ Here are the steps for those interested. It works on EL-5/Cent 5 too - if you can't find the js/js-devel rpm for Cent5 anywhere. http://fedoraproject.org/wiki/Using_Fedora_CVS #bash# export CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs #bash# cvs co js #bash# cd js/EL-5 (note that i am building from the js rpm source of EL-5 - because EL-4 directory will build only js 1.5 - but we want js 1.7) #bash# make (this will download js-1.7.0.tar.gz ) #bash# cp js-1.7.0.tar.gz /usr/src/redhat/SOURCES #bash# cp *.patch /usr/src/redhat/SOURCES #bash# rpmbuild -bb js.spec This should create only the binary rpm at /usr/src/redhat/RPMS/x86_64/ (i386 if you have a 32 bit machine). Install the rpms and then do the normal couch install. #bash# rpm-ivh /usr/src/redhat/RPMS/x86_64/js-1.70-3.x86_64.rpm #bash# rpm-ivh /usr/src/redhat/RPMS/x86_64/js-devel-1.70-3.x86_64.rpm -- Vinu In a world without fences who needs Gates?