mjg_007 has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I am attempting to create an adaptertool on my server running Windows 2003. To install this tool I need to install some perl modules, it appears that I have all the modules but two the ZipTie-Client and IO::SOCKET::INET6. The problem I am having is that when I run perl perlcheck.pl I recieve this: <<Installing 'IO-Socket-INET6' using PPM ... Downloading ActiveState Package Repository packlist...redirect Downloading ActiveState Package Repository packlist...failed 401 Unauthorized No missing packages to install>> since there are no missing packages to install why won't the system run/what should I do to fix this? Any help is greatly appreciated! cheers, >>

Replies are listed 'Best First'.
Re: Installing perl modules
by marto (Cardinal) on Jul 22, 2008 at 13:49 UTC
    Perhaps you need to configure PPM to deal with any proxy/firewall you have in place. If you run ppm from the command line and manually try to install any module do you get the same error? See Using PPM and A guide to installing modules for Win32 from the tutorials section of this site.

    Martin
      Or... install Strawberry Perl and use CPAN?
      []s, HTH, Massa
        Well this is another option, however we have no idea if the effort of changing Perl distributions is worth the pay off, since the problem seems to be with installing two modules (and perhaps their prerequisites), the OP has not stated how many other running Perl scripts/services there are on this system, or if their system administrators will allow this. It may be that changing distributions is not a viable option at this point.

        While I am a big fan of Strawberry Perl, I use it at work a lot, I feel that in these circumstance it may be overkill to suggest changing distributions for what is essentially a small configuration problem.

        Thanks

        Martin
Re: Installing perl modules
by ww (Archbishop) on Jul 22, 2008 at 23:24 UTC
    From your reference to a gui popping up (in a subthread above), I gather you're using ppm4 which has occasionally given me problems too (even when properly proxied and allowed past a firewall. The most common of these semi-random glitches, however, is ppm's erroneous conclusion that a module is already installed.

    You might want to see (I don't know for sure, but believe you can) if you can revert to ppm3; alternately, read marto's advice on repositories above or tanktalus' excellent Yes, even you can use CPAN and holli's A guide to installing modules for Win32.

      there is always a force opton