Net::SFTP problem AIX

I am having an issue while trying to run the Net::SFTP module. I have been able to install this on several machines before but have never had this problem. When I am running a simple script to test the sftp it dies but does not trigger the print statement for my error. The last line is in red.

My debug output for sftp_test :

user-on-NH_TEST:./sftp_test
NH_TEST: Reading configuration data //.ssh/config
NH_TEST: Reading configuration data /etc/ssh_config
NH_TEST: Allocated local port 1023.
NH_TEST: Connecting to 0.0.0.0, port 22.
NH_TEST: Remote protocol version 1.99, remote software version OpenSSH_3.9p1
Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Cal
c at /usr/opt/perl5/lib/site_perl/5.8.2/Crypt/DH.pm line 6
NH_TEST: Net::SSH::Perl Version 1.34, protocol version 2.0.
NH_TEST: No compat match: OpenSSH_3.9p1.
NH_TEST: Connection established.
NH_TEST: Sent key-exchange init (KEXINIT), wait response.
NH_TEST: Algorithms, c->s: 3des-cbc hmac-sha1 none
NH_TEST: Algorithms, s->c: 3des-cbc hmac-sha1 none
NH_TEST: Entering Diffie-Hellman Group 1 key exchange.
NH_TEST: Sent DH public key, waiting for reply.
NH_TEST: Received host key, type 'ssh-dss'.
NH_TEST: Host '0.0.0.0' is known and matches the host key.
NH_TEST: Computing shared secret key.
NH_TEST: Verifying server signature.
NH_TEST: Waiting for NEWKEYS message.
NH_TEST: Send NEWKEYS.
NH_TEST: Enabling encryption/MAC/compression.
NH_TEST: Sending request for user-authentication service.
 

This is being run on AIX 5300-09, C/C++ 6, Perl 5.8.2

I also know there is an issue with Math::BigInt which is installed but I do not think that it is the cause of my problems. I have never seen this and not sure what to do to correct it. I have also been able to connect to this server on other machines so I should be able to with this new_test box.

Any ideas would be very helpful.

Thanks

---------- Post updated 11-04-09 at 09:11 AM ---------- Previous update was 11-03-09 at 02:00 PM ----------

Any suggestions at a better place to ask this question? I need to get this working and have hit a wall. Thanks in advance.