[Perl-unix-users] Net::SSH::Perl

2004-06-22 Thread Jeff Williams
First off I made sure to check both google and the list archives before asking the seemingly age old Net::SSH question to keep from looking like a super-tool. I don't know what I am doing wrong here. I am using perl 5.8.1 on Linux and trying to install Net::SSH::Perl using CPAN. So I log into the

RE: [Perl-unix-users] Net::SSH::Perl

2004-06-22 Thread Jeff Williams
>>>"Thomas, Mark - BLS CTR" <[EMAIL PROTECTED]> 06/22 9:39 am >>> It means that one of your installations failed one or more tests. Moslikely one of your dependencies. A failed make test means the module will not install. Check the first such message and find which of the modules failed, and y

RE: [Perl-unix-users] SOLVED Net::SSH::Perl

2004-06-22 Thread Jeff Williams
It turns out that GMP has to be installed first. After that everything went off without a hitch. Thanks to all, Jeff. >>> "Jeff Williams" <[EMAIL PROTECTED]> 6/22/2004 10:35:23 AM >>> Ah, you were right exactly. It turns out the Math::GMP module failed. I

[Perl-unix-users] Both sides of 'or' executing

2004-09-30 Thread Jeff Williams
I have a loop I am running to retrieve some files over SFTP. The issue is that I have a 'get or die' statement and both parts are executing one after each other. I know it is getting the file because I checked the download directory and I know the loop is only executing once because of the filename