TomArbuckle commented on issue #979: Error while create a view
URL: https://github.com/apache/couchdb/issues/979#issuecomment-345260948
 
 
   @wohali 
   
   Concerning the missing library problem, continuing on from the previous 
report by @lyudmil (quoting previous text)
   
   ```
   Exception Type:        EXC_CRASH (SIGABRT)
   Exception Codes:       0x0000000000000000, 0x0000000000000000
   Exception Note:        EXC_CORPSE_NOTIFY
   
   Termination Reason:    DYLD, [0x1] Library missing
   
   Application Specific Information:
   dyld: launch, loading dependent libraries
   ```
   
   I see the error in the macOS console User reports (macOS 10.12.6) continues 
as
   
   ```
   Application Specific Information:
   dyld: launch, loading dependent libraries
   
   Dyld Error Message:
     Library not loaded: /usr/local/Cellar/nspr/4.17/lib/libnspr4.dylib
     Referenced from: /Applications/Apache 
CouchDB.app/Contents/Resources/couchdbx-core/*/libplds4.dylib
     Reason: image not found
   ```
   
   In other words, the Macintosh application binary has a dependency on an 
external library which is not distributed as part of the download and may not 
be present on users' machines.
   
   It's a packaging issue.
   
   HTH.
   
   

----------------------------------------------------------------
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