On 27 Oct 2001, Pradyumn Sharma wrote: > > I installed bash, ash, cygwin, cvs and openssh, and tried running cvs for Windows >platform. However, when I try to run cvs command, I get an error message saying: > > A required .DLL file, CYGGDBM.DLL was not found. > > I tried reinstalling, but continue to get the same error message. > > What am I missing in my installation steps, and how do I correct the problem?
Note that partial installations are currently unsupported. However, cyggdbm.dll is the gdbm shared library, upon which cvs depends. You need to install the gdbm package. gdbm is the "GNU Database Manager". --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
