jmandawg schrieb:
I’m not sure if this is a cygwin specific problem or a perl/CPAN issue.
I’m trying to install the Net::Proxy module and I’m getting the following
error:

perl (5.10.1) is installed, but we need version>= 5.6
...
       0 [main] perl 25536 C:\cygwin\bin\perl.exe: *** fatal error - unable
to remap C:\cygwin\bin\cygncurses-9.dll to same address as parent: 0xA30000
!= 0xB10000
       0 [main] perl 11052 fork: child 25536 - died waiting for dll loading,
errno 11

You simply need to do a rebaseall. This is cygwin specific.

   requires:
     !  perl (5.10.1) is installed, but we need version>= 5.6

This indicates normally a wrong written version comparison.
v5.6 is written as 5.006, but older modules sometimes wrote it as
'5.6' or such.
--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to