hi

i have a trouble during installation to activeperl modules from zip-tie server.
After i have installed prerequisites like jdk 1.5, nmap and wincap and activeperl 5.8.8.

i executed the script perlcheck.pl but the script gives missing modules.

The message was
-------------------------------------------------------------------------
1 required perl module is/are missing.attempting to install missing modules.

Installing ziptie-client using PPM

downloading active state package repository packlist not modified ppm install filed: cant find any package that provided ziptie-client

the following required perl module(s) failed to be installed automatically. Here the list of the missing module(s) and the commands used to install

ziptie-client ppm install Ziptie-Client.ppd
--------------------------------------------------------------------------

thnks

Notes:
Over Windows Server 2003
Ziptie to install:Ziptie client-server to install 2008.04b

Sadly ActiveState has not

Sadly ActiveState has not added the newest ZipTie::Client module to their repository.

You should be able to install this directly off of CPAN with this command:

perl -MCPAN -e install ZipTie::Client

If it asks you if you are ready to manually configure (or something like that) type 'no' and it should setup the CPAN configuration for you.

If anyone knows what can be done to get the module into the PPM repository, let me know.

- Leo