magel20 opened a new issue #3309: URL: https://github.com/apache/couchdb/issues/3309
## Description We are using CouchDB as local database within a project. Basically it is just a small program which accesses the database. That's all working fine on my machine, but on an second machine we are having problems with starting up CouchDB at all. Installation works fine but then the CouchDB does not start on the machine. The problem seems to be very similar to the one described here: https://github.com/apache/couchdb/issues/2680 Exactly the same DLLs are causing the same problems. We are already using CouchDB version 3.1.0 so we already use the fix mentioned in the above issue. As far as I have analyzed the problem seems to be that the mentioned DLLs are also stored in the C:/Windows/System32 folder and CouchDB uses them instead of the files in the CouchDB/bin folder. If I remove the DLLs from System32 folder CouchDB starts as expected. The Fix shipped out with CouchDB 3.0.1 sets the Systems32 to the path so I think this is causing the problem? ## Steps to Reproduce I cannot reproduce it on my machine. The problem only appears on the second machine. ## Expected Behaviour CouchDB starting on both machines ## Your Environment * CouchDB version used: 3.1.0 * Browser name and version: Irrelevant, CouchDB does not start at all * Operating system and version: Windows 10 Version 1909 (Build 18363.1198) ---------------------------------------------------------------- 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]
