https://bugzilla.novell.com/show_bug.cgi?id=351079 Summary: Net::SSH::Perl - missed dependencies Product: openSUSE 10.3 Version: Final Platform: All OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: goldstein.mark@gmail.com QAContact: qa@suse.de Found By: Other I've installed Net::SSH::Perl from /repositories/devel:/languages:/perl/openSUSE_10.3 and found a number of issues with it. 1) Dependency to Crypt::RSA is missing. 2) As installed, the module works terribly slow. After searching the net, I found out that it is known issue. For this module to work normally, Math::BigInt::GMP shall be installed. Trying to install it (download from CPAN and doing normal perl Makefile.PL, make, make install) I found out the following additional implicit dependencies: - gmp_devel package is needed (include files) - Math::BigRat and bignum modules shall be updated to recent versions. With these modules installed/updated, Net::SSH:Perl worked OK. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.