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 oommoo: http://wiki.apache.org/couchdb/Installing_on_Fedora10 The comment on the change is: add configure option, --with-erlang=/usr/lib64/erlang/usr/include/ ------------------------------------------------------------------------------ $ wget http://www.apache.org/dist/incubator/couchdb/0.8.1-incubating/apache-couchdb-0.8.1-incubating.tar.gz $ tar -xzvf apache-couchdb-0.8.1-incubating.tar.gz $ cd apache-couchdb-0.8.1-incubating - $ ./configure + $ ./configure --with-erlang=/usr/lib64/erlang/usr/include/ $ make && make install }}}
