[
https://issues.apache.org/jira/browse/COUCHDB-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596133#action_12596133
]
Nils Adermann commented on COUCHDB-52:
--------------------------------------
I had the same problem and fixed it by removing the trailing slash. I assume
your last sentence was supposed to say "Configuring without an ending slash on
the --prefix works."?
> building with a --prefix that has an ending slash confuses serve_file()
> -----------------------------------------------------------------------
>
> Key: COUCHDB-52
> URL: https://issues.apache.org/jira/browse/COUCHDB-52
> Project: CouchDB
> Issue Type: Bug
> Components: Build System
> Environment: osx
> Reporter: Johan Sørensen
> Priority: Minor
>
> configuring with:
> $ ./configure --prefix=$HOME/couchdb/
> caused the futon interface to 404 because it couldn't handle a
> "$HOME/couchdb//share/couchdb/www" path (I'm guessing), note the
> double-slashes.
> Configuring with an ending slash on the --prefix works.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.