Same as https://github.com/babun/babun/issues/702
I first noticed this when I installed pact install dig
. which dig
returns the binary's location, but it does nothing:
{ ~ } » dig github.com ~ 127
{ ~ } »
I later realized no packages work after install. I've tried php
and ruby
(gem
).
Ideas on how to troubleshoot Cygwin? I'm assuming that's where the problem is. It's installed in %HOMEPATH%/.babun/cygwin
Update: when I try ruby or php from Window's cmd.exe, I get an error dialog titled "Entry Point Not Found": The procedure entry point __locale_ctype_ptr could not be located in the dynamic link library ... .babun\cygwin\bin\cygruby220.dll or cygphp.dll, respectively.
I looked it up but haven't found any useful info.
I should also add that I just realized I may have initially installed Babun on Windows 7 (before upgrading to 10), but the current one I have I completely re-installed on Windows 10, so I'm hoping that's not an issue.