Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Installing_on_RHEL5" page has been changed by DaveCottlehuber:
http://wiki.apache.org/couchdb/Installing_on_RHEL5?action=diff&rev1=18&rev2=19

Comment:
1st time on aws linux

  # chkconfig --level 345 couchdb on
  }}}
  == Building CouchDB from source (with EPEL packages) ==
- 1. Install prerequisites. You will need to enable the 
[[http://fedoraproject.org/wiki/EPEL|EPEL]] repository for the js-devel and 
erlang packages (or build js and erlang from source).
+ 1. Install prerequisites. You will need to enable the 
[[http://fedoraproject.org/wiki/EPEL|EPEL]] repository for the js-devel and 
erlang packages (or build js and erlang from source). On AWS Linux, edit 
{{{/etc/yum.repos.d/epel.repo}}} and inside the {{{[epel]}}} segment, change 
{{{enabled=1}}}.
  
  {{{
  # yum install libicu-devel openssl-devel curl-devel make gcc erlang js-devel 
libtool which

Reply via email to