wohali commented on issue #2680: CouchDB 3.0 Windows 10 crashing as soon as it 
starts
URL: https://github.com/apache/couchdb/issues/2680#issuecomment-601959806
 
 
   My  problem here is that I can't reproduce this problem on a brand new 
Windows 10 64-bit (19xx build number) on an AWS instance. Without a 
reproducible bug here, I'm not sure what step to take next. 
   
   The core part of the error is: `{undef,[{crypto,hash,[md5,<<131,106>>]` 
which means the `crypto:hash/2` function doesn't recognize `md5` as a valid 
hash type. The erlang `crypto` module relies on the algorithms in OpenSSL for 
that support, which is why those are included in the binary download.
   
   The only theory I have is that something in your PATH is intercepting the 
DLL linkage to the libcrypto/libssl libraries. 
   
   Things you could try:
   * stripping your PATH to the bare essentials
   * scouring your system for any other location where there is a libcrypto or 
libssl DLL and temporarily moving those aside - especially under the 
`C:\Windows\` folder
   
   Let me know if any of this helps.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to