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 2008/08/20 15:33:04 UTC

[Couchdb Wiki] Update of "InstallingOnRhel5" by Christopher Winslett

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 Christopher Winslett:
http://wiki.apache.org/couchdb/InstallingOnRhel5

------------------------------------------------------------------------------
  cd otp_src_R12B-2
  ./configure && make && sudo make install
  cd ..
+ }}}
+ 
+ Note: on CentOS 5 you may need to make the following change as taken from http://www.nabble.com/Problem-compiling-under-CentOS-5-td18889604.html
+ 
+ After running ./configure edit lib/ssl/c_src/i686-pc-linux-gnu/Makefile
+ 
+ {{{
+ @@ -133,7 +133,7 @@ 
+ -SSL_LINK_LIB += /usr/lib/libkrb5.a /usr/lib/libkrb5support.a /usr/lib/libk5crypto.a /usr/lib/libresolv.a /usr/lib/libcom_err.a
+ +SSL_LINK_LIB += /usr/lib/libkrb5.a /usr/lib/libkrb5support.a /usr/lib/libk5crypto.a /usr/lib/libresolv.a /usr/lib/libcom_err.a /usr/lib/libkeyutils.so /usr/lib/libselinux.a /usr/lib/libsepol.a
  }}}
  
  3. Install couchdb