This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit 8412a7d44d361dfe98e5305edcde9fa40eae3f51 Author: Thibault Jan Beyer <[email protected]> AuthorDate: Mon Dec 25 18:12:13 2017 +0100 add issue #979 to known issues in documentation --- src/install/troubleshooting.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/install/troubleshooting.rst b/src/install/troubleshooting.rst index 58fe5a1..c096e9d 100644 --- a/src/install/troubleshooting.rst +++ b/src/install/troubleshooting.rst @@ -275,3 +275,15 @@ the relevant CouchDB and then compact prior to replicating. Alternatively, if the number of documents impacted is small, use filtered replication to exclude only those documents. + +Mac Os Known Issues +==================== +undefined error, exit_status 134 +-------------------------------- + +Sometimes the ``Verify Installation`` fails with an ``undefined`` error. +This could be due to a missing dependency with Mac. +In the logs, you will find ``couchdb exit_status,134``. + +If so, installing the missing ``nspr`` via ``brew install nspr`` should resolve the issue. +(related issue: https://github.com/apache/couchdb/issues/979) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
