I have a perl application that works perfectly fine on Unix. I packaged it up using the perl packager utility (pp), and have been able to move that package to several different unix machines and run the perl app without issue. However, I also need to be able to run this perl app from machines running Windows and on windows, my app blows up. I get this error when I try to execute it on Windows:
Any help would be greatly appreciated. Thanks monks!C:\ftp_gpg\script>perl ftp_gpg.pl send Can't load 'C:/Perl/site/lib/auto/Socket/Socket.so' for module Socket: + load_file:%1 is not a valid Win32 application at DynaLoader.pm line 230. at Net/FTP.pm line 17 Compilation failed in require at Net/FTP.pm line 17. BEGIN failed--compilation aborted at Net/FTP.pm line 17. Compilation failed in require at ftp_gpg.pl line 10. BEGIN failed--compilation aborted at ftp_gpg.pl line 10.
In reply to Moving Perl script to Windows by mikerzz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |