Subject: | Error while requesting NTP proto 1.1: at /usr/lib/perl5/site_perl/5.8.0/Net/Nessus/Client.pm line 152. |
I used CPAN (v 1.76) to install this module. The install failed. I then went into the .cpan/build directory and ran 'perl Makefile.PL' and then make and make install. That was successful. I then created the following simple script:
#!/usr/bin/perl
use strict;
# Connect to the Nessus Server
use Net::Nessus::Client;
my $client = Net::Nessus::Client->new(
'host' => 'localhost',
'port' => '1241',
'user' => 'nessus',
'password' => 'nessus'
);
But when executed I get this error message:
Error while requesting NTP proto 1.1: at /usr/lib/perl5/site_perl/5.8.0/Net/Nessus/Client.pm line 152.