On Tue, 26 Feb 2002 14:48:45 -0800 Patrick Nelson <pnelson@neatech.com> wrote:
Kind of at a loss on where to look. RH72 systems trying to install the perl module Net::SSH::Perl with little success. Don't really know where to turn for help after scouring cpan site. Anyone have any suggestions one a place to turn for information. What is happening is while trying to install the module using perl -MCPAN shell and then install Net::SSH::Perl a very very long process begins. I've isolated a slow part of the process to when the dependency (of course after it's sub dependencies are installed) of
Download the Net::SSH::Perl module yourself and install it manually. It's easy, make Makefile.pl make make test make install There is a test in "make test" that hangs on some systems, that is why CPAN install is probably hanging for you. -- $|=1;while(1){print pack("h*",'75861647f302d4560275f6272797f3');sleep(1); for(1..16){for(8,32,8,7){print chr($_);}select(undef,undef,undef,.05);}}