On Oct 13, 7:43 am, [EMAIL PROTECTED] (Mmccaws2) wrote: > Hi > > I working with a fairly new install of HPUX with perl 5.8.x trying to > load up Net::SSH::Perl. > > The issues is that there is so many module dependancies that when it > starts uploading those dependancies, they just stream by. How does > one capture the modules that didn't load up properly and the > associated error messages so I can go back and try to install those? > > Is that information stored in a log?
Can't really answer your question, Mike - and that ridiculously long dependency chain killed my interest in that module long ago. You might consider using Net::SSH2 instead (if that's a viable alternative). It has only one perl dependency (Term::ReadKey) iirc. It also needs the libssh2 C library - for which you could google. Cheers, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/