jeevs wrote:

  It happened that i tried installing Net::SSH::Perl from cpan. After
a long haul and installing most of the dependencies it happend that
installation was aborted in between with the message.

##################################################
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/02-buffer.t    2   512    19   38 200.00%  1-19
t/03-packet.t    2   512    10   20 200.00%  1-10
Failed 2/6 test scripts, 66.67% okay. 29/116 subtests failed, 75.00%
okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force

############################################


So i Thought  to install all the dependencies manually which were
listed in the README file ,...
I used the following command to check if all the dependencies are
installed

perl -M<modulename> -e 'print $<ModuleName>::VERSION'

and to my surprise i found that all the dependencies were
installed ....

When I tried to perl -e "use Net::SSH::Perl" it showed no error
but perl -MNet::SSH::Perl -e 'print $Net::SSH::Perl::VERSION' was
unable to print the version .

I havent tried using the module in actuall program yet. Just wanted to
make sure beforhand if it is fully installed....

As Tom has explained, this is a less than thorough test of the modules' correct installation. What is your question?

perl -MNet::SSH::Perl -e "print $Net::SSH::Perl::VERSION" works fine on
my system; what exactly do you mean by "unable to print the version"?

Rob

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to