C:\cygwin\lib\ruby\1.8\i386-cygwin\readline.so to same address as parent(0x370000) != 0x2760000
C:\cygwin\bin\ruby.exe (3132): *** unable to remap C:\cygwin\lib\ruby\1.8\i386-cygwin\readline.so to same address as parent(0x370000) != 0x2760000
I was finally able to resolve the issue with the following steps:
- exit from cygwin
- enter the dos command prompt
- cd to you cygwin bin directory (c:\cygwin\bin)
- run ash rebaseall
- restart cygwin ... problem solved
3 comments:
Thank you so much! I had the exact issue, and this solved it perfectly.
I'm glad it helped
Thank you ever so much. I've had to rebase in Cygwin before, but I can never remember how. Your article was the first thing that came up when I googled "cygwin ruby unable to remap," so you were there when I needed you to be. Thanks again!
Post a Comment