You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/17 07:07:13 UTC

[Couchdb Wiki] Update of "Installing on RHEL4" by lianqiao

Dear Wiki user,

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

The following page has been changed by lianqiao:
http://wiki.apache.org/couchdb/Installing_on_RHEL4

The comment on the change is:
otp_src_R12B-2 rise error, see http://wiki.apache.org/couchdb/Error_messages

------------------------------------------------------------------------------
  
  1. install erlang
  {{{
- wget http://www.erlang.org/download/otp_src_R12B-2.tar.gz
+ wget http://www.erlang.org/download/otp_src_R12B-5.tar.gz
- tar xzvf otp_src_R12B-2.tar.gz
+ tar xzvf otp_src_R12B-5.tar.gz
- cd otp_src_R12B-2
+ cd otp_src_R12B-5
  ./configure && make && sudo make install
  cd ..
  }}}