I had the following problems
ruby 3304 fork: child 2132 - died waiting for dll loading, errno 11
when I tryed to run OpenShift
rhc-create-domain -n mydomainname -l rhlogin
I resolved this following the steps below:
1)Shutdown cygserver (if running): net stop cygserver.
2)Close all cygwin windows.
3)Open Start->Run
4)rebase has to be run from an ash shell, so type C:\path\to\cygwin\bin\ash.exe
5)Once the shell window run the following:
$ /bin/rebaseall
6) $ exit to close the window
Try to open again Cygwin terminal. Voila this is solved !
If you get the following message, try to close all Cygwin terminals before you run the following:
rebaseall: only ash or dash processes are allowed during rebasing
Exit all Cygwin processes and stop all Cygwin services.
Execute ash (or dash) from Start/Run... or a cmd or command window.
Execute '/bin/rebaseall' from ash (or dash).