Ubuntu 8.04 Server
Followed install directions (successfully???)
when I ran perlcheck.pl, received the following:
root@pc-hodgesw-smnp:/usr/share/ziptie-server# perl perlcheck.pl
The following required Perl module(s) is/are missing. Here is the list of the missing module(s) and the command(s) to use to install:
Term::VT102 sudo /usr/bin/perl -MCPAN -e 'install "Term::VT102"'
XML::SemanticDiff sudo /usr/bin/perl -MCPAN -e 'install "XML::SemanticDiff"'
File::Iterator sudo /usr/bin/perl -MCPAN -e 'install "File::Iterator"'
ZipTie::Client sudo /usr/bin/perl -MCPAN -e 'install "ZipTie::Client"'
root@pc-hodgesw-smnp:/usr/share/ziptie-server#
How do I run the installation commands for these modules?
Regards,
Walt
Use the commands from the
Use the commands from the output of the perlcheck.pl.
For example, to install Term::VT102 use....
sudo /usr/bin/perl -MCPAN -e 'install "Term::VT102"'
Response to kruse
I appreciate your assistance.
Unfortunately, in my environment, FTP is not allowed (security concerns!)
now that you have shown me how to install items, I have a workaround to bypass FTP.
regards,
Walt