in reply to Re: Making Net::SSH2
in thread Making Net::SSH2

Ever so grateful for your suggestions. I tried the statically compiled version with ppm as well as editing stdlib.h. The ppm method worked fine up to using the wrapped exe - same problem. The script runs fine but dies on connect. (works fine in Komodo!) Also, your suggestion fixed the dmake error but, alas, same problem with the PerlApp exe. Maybe static recompiling isn't the solution here. Any other ideas?

Replies are listed 'Best First'.
Re^3: Making Net::SSH2
by syphilis (Archbishop) on Feb 10, 2015 at 14:11 UTC
    The script runs fine but dies on connect.

    The error messages might be useful - depending upon what they are (if they exist ;-)

    If you're not getting any useful error messages && you're building libssh2 by running Configure in the msys shell, it might be helpful to have a debug build of the library - which you can get by providing the --enable-debug option to Configure.

    Cheers,
    Rob