2007/10/13, mmccaws2 <[EMAIL PROTECTED]>: > 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? >
Hi, If you install the package with CPAN Shell,it will download and install all the dependancies packages automatically for you. Even if there's a package which can't be installed successfully,cpan shell will tell you what happened. All you need to do is going with, # perl -MCPAN -e shell > install Some::Module -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/