wohali commented on issue #739: CouchDB 2.1 can't start on macOS 10.12.6
URL: https://github.com/apache/couchdb/issues/739#issuecomment-321404864
 
 
   We worked through this on IRC and have two workarounds.
   
   1. Stop the Apache CouchDB app. Then, as root or with `sudo`, run the 
following commands:
   ```bash
   chmod +x '/Applications/Apache 
CouchDB.app/Contents/Resources/couchdbx-core/lib/crypto-3.4.2/priv/lib/crypto.so'
   install_name_tool -change /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib 
lib/libcrypto.1.0.0.dylib '/Applications/Apache 
CouchDB.app/Contents/Resources/couchdbx-core/lib/crypto-3.4.2/priv/lib/crypto.so'
   chmod -x '/Applications/Apache 
CouchDB.app/Contents/Resources/couchdbx-core/lib/crypto-3.4.2/priv/lib/crypto.so'
   ```
   2. Install a system-wide openssl with `brew install openssl`.
   
   @mgesmundo @Chris-Andrews Can you try either of these 2 workarounds and let 
us know if it works?
   
   The bug is here: 
https://github.com/janl/build-couchdb-mac/blob/master/build.sh#L81
   I'll open a PR against that to fix it, which won't get merged and fixed for 
about another two weeks, when the maintainer of this binary is back from 
holidays and can build a new version.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to