[Detroit-pm] Net::SSH::Perl using SSH1

Bill Hess bhess at techrg.com
Mon Apr 14 08:10:43 PDT 2008


We had to support Net::SFTP in a project last year and spent the time 
figuring out all of the Perl modules to compile - not sure if this will 
help you out - but I figured it cannot hurt to send so you can double 
check the modules.  We were using our own build of Perl 5.8.8 (not the 
one that is shipped with Redhat Linux) and Redhat 9 and RHEL 4.1 - our 
build of Perl is generic

I think this list is complete but there might be 1/2 other module 
dependencies - the versions listed are what we used and typically were 
the latest at the time which was about 1 year ago (I think) - here they 
are in order:

NOTE:  The Math-Pari module depends on some source code that must be
       downloaded separately.  Uncompress and untar under the same dir
       where you download all the modules - get it from:

       http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.2.tar.gz




http://search.cpan.org/CPAN/authors/id/C/CH/CHIPT/Math-GMP-2.04.tar.gz

http://search.cpan.org/CPAN/authors/id/S/SO/SOENKE/String-CRC32-1.4.tar.gz

http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-0.70.tar.gz

http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-1.86.tar.gz

http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigRat-0.19.tar.gz

http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/bignum-0.21.tar.gz

http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-2.010709.tar.gz

http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-FastCalc-0.14.tar.gz

http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-Pari-1.12.tar.gz

http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-1.22.tar.gz

http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-2.11.tar.gz

http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Class-ErrorHandler-0.01.tar.gz

http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-DES-2.05.tar.gz

http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-0.01.tar.gz

http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-0.21.tar.gz

http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Convert-PEM-0.07.tar.gz

http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Data-Buffer-0.04.tar.gz

http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Crypt-DSA-0.14.tar.gz

http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Class-Loader-2.03.tar.gz

http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-Random-1.25.tar.gz

http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Crypt-DH-0.06.tar.gz

http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-1.01.tar.gz

http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Convert-ASCII-Armour-1.4.tar.gz

http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-2.10.tar.gz

http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Crypt-CBC-2.22.tar.gz

http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-Primes-0.50.tar.gz

http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-MD2-2.03.tar.gz

http://search.cpan.org/CPAN/authors/id/E/ED/EDAVIS/Sort-Versions-1.5.tar.gz

http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Tie-EncryptedHash-1.21.tar.gz

http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-RSA-1.58.tar.gz

http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Digest-BubbleBabble-0.01.tar.gz

http://search.cpan.org/CPAN/authors/id/D/DB/DBROBINS/Net-SSH-Perl-1.30.tar.gz

http://search.cpan.org/CPAN/authors/id/D/DB/DBROBINS/Net-SFTP-0.10.tar.gz




Donald Dukelow wrote:
> I just resently install Niet::SSH::Perl and all it's depacies on a Red 
> Hat Linix sustem.  When I use SSH2 there is no problem.  But when I 
> have to use SSH1 I get the following error.
>  
> Can't locate object method "new" via package "Math::GMP" at 
> /usr/lib/perl5/site_perl/5.8.5/Net/SSH/Perl/Buffer.pm line 148.
> Line 148 readds
>  
>  Math::GMP->new("0x$hex");
> The line in my code reads.
>  # my $ssh = Net::SSH::Perl->new("$sw_info->[3]", protocol => '1');
> my $ssh = Net::SSH::Perl->new("$sw_info->[3]");
> I've tried it both ways and the network switch doesn't take SSH2 at all.
> The array elemament $sw_info->[3] contains the IP address of the 
> network switch I want to connect to.
>
>  
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Detroit-pm mailing list
> Detroit-pm at pm.org
> http://mail.pm.org/mailman/listinfo/detroit-pm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/detroit-pm/attachments/20080414/a62a129d/attachment.html 


More information about the Detroit-pm mailing list