in reply to
repetitive problem installing from CPAN on Cygwin
google
*** fatal error - unable to remap
:
My Life, Starting Up: *** fatal error - unable to remap to same address as parent : Cygwin, Ruby on Rails, System calls
Close out of Cygwin (and all cygwin processes).
Open a Windows command prompt (start -> run - > type 'cmd' or on vista : start -> type 'cmd' in the start search window)
Go to your cygwin bin directory. For me it is c:\cygwin\bin.
Type ash
Type '/usr/bin/rebaseall'
Resolve any errors (I had a warning that went unresolved and it still worked fine)
Reboot...and you should be good.
Comment on
Re: repetitive problem installing from CPAN on Cygwin
Replies are listed 'Best First'.
Re^2: repetitive problem installing from CPAN on Cygwin
by
cmac
(Monk)
on Feb 23, 2010 at 07:29 UTC
Thanks much. I'll try that tomorrow.
[reply]
In Section
Seekers of Perl Wisdom