Re: fork() and NT error 0xC0000135 (STATUS_DLL_NOT_FOUND)

2013-10-30 Thread Andrey Repin
Greetings, Lavrentiev, Anton (NIH/NLM/NCBI) [C]! I can't find a similar problem reported earlier, so please excuse the question if it looks familiar. We have a software package that installs like a miniature CYGWIN deployment (basically, only cygwin1.dll and just a few other libraries in

Re: fork() and NT error 0xC0000135 (STATUS_DLL_NOT_FOUND)

2013-10-30 Thread Corinna Vinschen
On Oct 29 18:13, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: platforms expect /bin and/or /usr/bin to be in your path I'm not following... cygrunsrv.exe is started by Windows service controller, and then spawns the server binary. There's no point in this sequence of actions to modify

RE: fork() and NT error 0xC0000135 (STATUS_DLL_NOT_FOUND)

2013-10-30 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
Are you running 32 or 64 bit Cygwin? If that's ok with you, I'd PM you an URL to a matching, patched cygrunsrv binary for testing. Thanks! I have the 32-bit CYGWIN installed, and will check the patched the cygrunsrv binary with much appreciation. Anton Lavrentiev Contractor NIH/NLM/NCBI --

RE: fork() and NT error 0xC0000135 (STATUS_DLL_NOT_FOUND)

2013-10-30 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
Add cygwin1.dll to the list of known system libraries. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths Thanks for the suggestion. the server SHOULD NOT unconditionally change the CWD to the ROOT of a file system Many UNIX daemons do so not to lock up certain parts of

Re: fork() and NT error 0xC0000135 (STATUS_DLL_NOT_FOUND)

2013-10-29 Thread Larry Hall (Cygwin)
On 10/29/2013 12:13 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Hello All, I can't find a similar problem reported earlier, so please excuse the question if it looks familiar. We have a software package that installs like a miniature CYGWIN deployment (basically, only cygwin1.dll and just

Re: fork() and NT error 0xC0000135 (STATUS_DLL_NOT_FOUND)

2013-10-29 Thread Corinna Vinschen
On Oct 29 13:15, Larry Hall (Cygwin) wrote: On 10/29/2013 12:13 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Hello All, I can't find a similar problem reported earlier, so please excuse the question if it looks familiar. We have a software package that installs like a miniature

Re: fork() and NT error 0xC0000135 (STATUS_DLL_NOT_FOUND)

2013-10-29 Thread Christopher Faylor
On Tue, Oct 29, 2013 at 04:13:14PM +, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: Hello All, I can't find a similar problem reported earlier, so please excuse the question if it looks familiar. We have a software package that installs like a miniature CYGWIN deployment (basically, only

RE: fork() and NT error 0xC0000135 (STATUS_DLL_NOT_FOUND)

2013-10-29 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
platforms expect /bin and/or /usr/bin to be in your path I'm not following... cygrunsrv.exe is started by Windows service controller, and then spawns the server binary. There's no point in this sequence of actions to modify PATH. I also believe, PATH is made compliant with what POSIX