"makerandom" is not exported by the Crypt::Random module at /usr/local/lib/perl5 /site_perl/5.6.1/Crypt/Random/Generator.pm line 12 "makerandom_itv" is not exported by the Crypt::Random module at /usr/local/lib/perl5/site_perl/5.6.1/Crypt/Random/Generator.pm line 12 "makerandom_octet" is not exported by the Crypt::Random module at /usr/local/lib/perl5/site_perl/5.6.1/Crypt/Random/Generator.pm line 12 Can't continue after import errors at /usr/local/lib/perl5/site_perl/5.6.1/Crypt/Random/Generator.pm line 12 BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/Crypt/Random/Generator.pm line 12, line 1. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.1/Crypt/Random.pm line 18, line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/Crypt/Random.pm line 18, line 1. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.1/Crypt/DH.pm line 6, line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/Crypt/DH.pm line 6, line 1. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.1/Net/SSH/Perl/Kex/DH1.pm line 13, line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/Net/SSH/Perl/Kex/DH1.pm line 13, line 1. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.1/Net/SSH/Perl/Kex.pm line 6, line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/Net/SSH/Perl/Kex.pm line 6, line 1. Compilation failed in require at usr/local/lib/perl5/site_perl/5.6.1/Net/SSH/Perl/SSH2.pm line 6, line 1. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/Net/SSH/Perl/SSH2.pm line 6, line 1. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.1/Net/SSH/Perl.pm line 51, line 1. #### use strict; use Net::SSH::Perl; use UNIVERSAL; # <-- THIS LINE CAUSES THE PROBLEM my $host = 'XXXXXXX'; my %opts = (port => 22, debug => 1, protocol => 2); my $ssh = Net::SSH::Perl->new($host, %opts);