You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/23 18:15:57 UTC

[GitHub] [couchdb] wohali opened a new pull request #2708: Ensure clean PATH for Windows couchdb.cmd

wohali opened a new pull request #2708: Ensure clean PATH for Windows couchdb.cmd
URL: https://github.com/apache/couchdb/pull/2708
 
 
   ## Overview
   
   On Windows, our PATH could inadvertently bring in DLLs that conflict with those we ship ourselves, such as OpenSSL. This would lead to startup errors.
   
   This patch forces our PATH variable to just the bare minimum: our own binary path first, followed by the bare minimum Windows path.
   
   ## Testing recommendations
   
   ```
   make -f Makefile.win release
   rel\couchdb\bin\couchdb.cmd
   ```
   
   ## Related Issues or Pull Requests
   
   Closes #2680 
   
   ## Checklist
   
   - [X] Code is written and works correctly

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] wohali merged pull request #2708: Ensure clean PATH for Windows couchdb.cmd

Posted by GitBox <gi...@apache.org>.
wohali merged pull request #2708: Ensure clean PATH for Windows couchdb.cmd
URL: https://github.com/apache/couchdb/pull/2708
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] davisp commented on issue #2708: Ensure clean PATH for Windows couchdb.cmd

Posted by GitBox <gi...@apache.org>.
davisp commented on issue #2708: Ensure clean PATH for Windows couchdb.cmd
URL: https://github.com/apache/couchdb/pull/2708#issuecomment-602801327
 
 
   Oh whoops. @willholley Already got to it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services