mikerzz has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Moving Perl script to Windows
by CountZero (Bishop) on Dec 23, 2008 at 21:24 UTC | |
|
Re: Moving Perl script to Windows
by Bloodnok (Vicar) on Dec 23, 2008 at 22:51 UTC | |
by mikerzz (Acolyte) on Dec 24, 2008 at 13:08 UTC | |
by Anonymous Monk on Dec 24, 2008 at 07:44 UTC | |
|
Re: Moving Perl script to Windows
by ptoulis (Scribe) on Dec 25, 2008 at 16:03 UTC |