fix version of libmozjs in INSTALL.Unix the package is called libmozjs185-dev. When trying to install the package on new Debian based versions it has to be this one.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/aaf6f6ad Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/aaf6f6ad Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/aaf6f6ad Branch: refs/heads/developer-preview-2.0 Commit: aaf6f6adf66ac452ce4701d0b0af356ccd54345d Parents: 99e40ff Author: Andy Wenk <[email protected]> Authored: Mon Feb 9 16:21:50 2015 +0100 Committer: Robert Kowalski <[email protected]> Committed: Tue Feb 10 14:21:26 2015 +0100 ---------------------------------------------------------------------- INSTALL.Unix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/aaf6f6ad/INSTALL.Unix ---------------------------------------------------------------------- diff --git a/INSTALL.Unix b/INSTALL.Unix index fe16842..10386f9 100644 --- a/INSTALL.Unix +++ b/INSTALL.Unix @@ -9,7 +9,7 @@ Community installation guides are available on the wiki: If you are trying to build CouchDB from a git checkout rather than a .tar.gz, see the `DEVELOPERS` file. - + This document is the canonical source of installation information. However, many systems have gotchas that you need to be aware of. In addition, dependencies frequently change as distributions @@ -68,7 +68,7 @@ You can install the dependencies by running: sudo apt-get install erlang-eunit sudo apt-get install erlang-nox sudo apt-get install libicu-dev - sudo apt-get install libmozjs-dev + sudo apt-get install libmozjs185-dev sudo apt-get install libcurl4-openssl-dev sudo apt-get install pkg-config
