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
>>>"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
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
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