lkinley / Net-SSH-Perl

Development on the Net::SSH::Perl module to support latest ciphers, key exchange mechanisms, etc.
Other
14 stars 9 forks source link

ssh connection issue for Nonstop machine #23

Open madhunmp opened 9 months ago

madhunmp commented 9 months ago

Hi ,

I am facing below issue while connecting to nonstop m/c from windows , Please suggest


sm1win10: Reading configuration data C:\Users\Administrator/.ssh/config sm1win10: Reading configuration data /etc/ssh_config sm1win10: Remote protocol version 2.0, remote software version 1.37f sshlib:

Digest::MD5 object version 2.36_01 does not match bootstrap parameter 2.33 at C:/Perl/lib/DynaLoader.pm line 252, line 1. Compilation failed in require at C:/Perl/site/lib/Net/SSH/Perl/Key.pm line 6, line 1. BEGIN failed--compilation aborted at C:/Perl/site/lib/Net/SSH/Perl/Key.pm line 6, line 1. Compilation failed in require at C:/Perl/site/lib/Net/SSH/Perl/Kex/DH1.pm line 9, line 1. BEGIN failed--compilation aborted at C:/Perl/site/lib/Net/SSH/Perl/Kex/DH1.pm line 9, line 1. Compilation failed in require at C:/Perl/site/lib/Net/SSH/Perl/Kex.pm line 6, line 1. BEGIN failed--compilation aborted at C:/Perl/site/lib/Net/SSH/Perl/Kex.pm line 6, line 1. Compilation failed in require at C:/Perl/site/lib/Net/SSH/Perl/SSH2.pm line 6, line 1. BEGIN failed--compilation aborted at C:/Perl/site/lib/Net/SSH/Perl/SSH2.pm line 6, line 1. Compilation failed in require at C:/Perl/site/lib/Net/SSH/Perl.pm line 51, line 1.

-

renormalist commented 5 months ago

This sounds like a build problem in your Perl setup to me. Did you by any chance mix system Perl with self-installed CPAN distros?