bulrush has asked for the wisdom of the Perl Monks concerning the following question:
These are the error msgs I get when using Perl2exe on my Perl script. Note that the Perl script otherwise works fine, I've tested it a lot.
Do I need to add something to my path? I tried to Google this and also searched Perlmonks but did not find anything yet. Thank you.This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x +64-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2012, Larry Wall Binary build 1604 [298023] provided by ActiveState http://www.ActiveSt +ate.com Built Apr 14 2014 15:29:45 Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge. Perl2Exe V16.00 2013-05-24 Copyright (c) 1997-2012 IndigoSTAR Software This is an evaluation version of Perl2Exe, which may be used for 30 da +ys. For more information see the attached pxman.htm file, or visit http://www.indigostar.com Generating mkepub.exe Warning: Can't locate IPC/System/Simple.pm at c:\perl64\lib\Fatal.pm line 1269 @INC = c:\perl64\site\lib, c:\perl64\lib, . Warning: Can't locate Digest/Perl/MD5.pm at c:\perl64\site\lib\Digest\MD5.pm line 30 @INC = c:\perl64\site\lib, c:\perl64\lib, ., %s, must be directory +, not file)
EDIT: Hold on, I didn't realize I could install modules with 3 parts like IPC::System::Simple. I'm installing it now.
EDIT: Well that worked, I don't get any compile errors, but now the EXE won't run, and I can't delete this thread.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl2exe cannot find some modules
by AnomalousMonk (Archbishop) on Jan 03, 2016 at 19:28 UTC | |
|
Re: perl2exe cannot find some modules
by Bruno0863 (Initiate) on Jan 15, 2016 at 18:23 UTC |