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?
| [reply] |
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
| [reply] [d/l] |