nickva closed pull request #226: Adding osx dependencie issue to documentation URL: https://github.com/apache/couchdb-documentation/pull/226
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/src/install/troubleshooting.rst b/src/install/troubleshooting.rst index 58fe5a1..408d607 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. + +macOS 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``. + +Installing the missing ``nspr`` via ``brew install nspr`` resolves the issue. +(see: https://github.com/apache/couchdb/issues/979) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
