Changes between Initial Version and Version 1 of Ticket #22102, comment 6


Ignore:
Timestamp:
Jan 14, 2013, 10:26:39 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22102, comment 6

    initial v1  
    88> 1. install this: http://jan.prima.de/~jan/plok/archives/142-CouchDBX-Revival.html
    99> 2. install couchdb from svn (seems to me that the current release <<0.9.1>> have a problem) :
    10 >    svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
    11 >    cd couchdb
    12 >    ./bootstrap && ./configure
    13 >    make && sudo make install
     10> {{{
     11> svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
     12> cd couchdb
     13> ./bootstrap && ./configure
     14> make && sudo make install
     15> }}}
    1416
    1517Also I found this workaround (it's all explained there):