in reply to Re^3: Perl Module Installation in Windows XP
in thread Perl Module Installation in Windows XP

I tried within the cpan shell.

The problem remains the same.

  • Comment on Re^4: Perl Module Installation in Windows XP

Replies are listed 'Best First'.
Re^5: Perl Module Installation in Windows XP
by Corion (Patriarch) on Feb 25, 2008 at 09:21 UTC

    Searching for your error message via Google (which you could have done by yourself, already) gives lots of relevant results. All of them indicate that somehow your Config.pm is broken. Maybe it comes broken already by default. Most likely, there is a path ending in Perl\\lib where it should be Perl\\lib\\.

    As that error seems to happen not only to you, my guess is that the Perl installation that comes with Apache2Triad is broken. You can either try to fix Config.pm or use another Perl distribution, like the original ActiveState Perl distribution, or Strawberry Perl.

Re^5: Perl Module Installation in Windows XP
by svenXY (Deacon) on Feb 26, 2008 at 13:07 UTC
    Hi,
    now you ask for Win32::Console::ANSI. I was easily able to install it via ppm (Perl Package Manager) without having to install nmake or similar. If you do not have a working cpan shell or ppm, you should seriously consider to install ActiveState Perl or Strawberry Perl
    Regards,
    svenXY