I can't get Net::SSH2 0.18 working. I had Net::SSH2 0.09 working without having to do any extra steps, but I never migrated my programs over from using the old Net::SSH::W32Perl.
I installed 0.18 via the default repo, it failed the test, removed it and installed from ppm install http://theoryx5.uwinnipeg.ca/ppms/Net-SSH2.ppd which is the same version, and it failed with the same error. To test i simply create a perl script with a use Net::SSH2; call and then run it and I immediately get this error: Can't load 'C:\perl\site\lib/auto/Net/SSH2/SSH2.dll' for module Net::SSH2: load_file:The specified procedure could not be found at C:\perl\site\lib/XSLoader.pm line 64. at C:\perl\site\lib/Net/SSH2.pm line 466 Compilation failed in require at C:\testing\ssh2.pl line 5. BEGIN failed--compilation aborted at C:ssh2.pl line 5. The file C:\perl\site\lib\auto\Net\SSH2\SSH2.dll does exist (path delimeters corrected vs. what is above) but this error sounds like (speculation on my part) either that SSH2.dll doesn't contain code that it should have or some other dependency is missing, but I thought that would should have been handled by the ppm install process. ActivePerl 5.8.8 820 Windows XP SP2 _______________________________________________ Perl-Win32-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
