RE: [Ssh-sftp-perl-users] Math::GMP
Brought to you by:
dbrobins
From: Thompson, M. <Mar...@uk...> - 2005-10-07 09:58:05
|
David, I've had another think and the Math::BigInt and Math::BigFloat modules were also related. I was getting long delays during the authentication phase of SSH connections, until I replaced some the Math modules with faster or native versions. I believe the delay is due to the key encryption maths being done in Perl rather native library code. Mark _____ From: David M. Funk [mailto:mf...@tr...] Sent: 06 October 2005 23:42 To: ssh...@li... Subject: [Ssh-sftp-perl-users] Math::GMP Ok, I have everything working fairly well. I can now authenticate without a password (Thanks to Rob and Eric) Do puts and gets etc...... Now I am determined to get this authentication slow down fixed. (thanks to the chocolate my client keeps throwing at me) First off let me ask -->does Math::GMP have anything to do with this? I installed gmp-4.1.4 then attempted to install Math-GMP-2.04 Got as far as make test # make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/gmppm....dubious Test returned status -1 (wstat 139, 0x8b) DIED. FAILED tests 21-350 Failed 330/350 tests, 5.71% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------- --- t/gmppm.t -1 139 350 660 188.57% 21-350 Failed 1/1 test scripts, 0.00% okay. 330/350 subtests failed, 5.71% okay. make: 1254-004 The error code from the last command is 255. Stop. # Any thoughts? David M. Funk President/CEO Tivoli Certified Enterprise Consultant Specializing in Network and Systems Management Solutions Trinity Solutions 604 Cassandra Dr. Cranberry Twp., PA 16066 Phone: 724-316-0721 Fax: 724-772-7889 email: mf...@tr... <http://www.trinitysol.net> http://www.trinitysol.net Find out about The Experian Conference 2005 at www.experian.co.uk/conference2005 ========================================================================== Information in this e-mail and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other binding commitment through the use of this electronic communication unless it is issued in accordance with the Experian Limited standard terms and conditions of purchase or other express written agreement between Experian Limited and the recipient Experian Limited (registration number 653331) Registered office: Talbot House, Talbot Street, Nottingham NG80 1TH Although Experian has taken reasonable steps to ensure that this communication and any attachments are free from computer virus, you are advised to take your own steps to ensure that they are actually virus free. |