Skip to content

Commit

Permalink
fixed leading space
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642672 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Noah Slater committed Mar 30, 2008
1 parent c17bae2 commit 77bca21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TROUBLESHOOTING
Expand Up @@ -26,19 +26,19 @@ output of each step.

3. Checkout a fresh version from Subversion:

svn checkout http://couchdb.googlecode.com/svn/trunk/ couchdb
svn checkout http://couchdb.googlecode.com/svn/trunk/ couchdb

4. Bootstrap from the couchdb directory:

./bootstrap -C
./bootstrap -C

5. Build into a temporary directory:

./configure --prefix=/tmp/couchdb && make && make install
./configure --prefix=/tmp/couchdb && make && make install

6. Run the couchdb command and log the output:

/tmp/couchdb/bin/couchdb
/tmp/couchdb/bin/couchdb

7. Use your system's kernel trace tool and log the output of the above
command.
Expand Down

0 comments on commit 77bca21

Please sign in to comment.