bulrush has asked for the wisdom of the Perl Monks concerning the following question:

Windows 8 64-bit.

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.

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)
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.

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
    ... I can't delete this thread.

    Please don't do that! Your solution ("Hold on, I didn't realize ...") may be just what someone else needs to deal with a similar problem. Please see How do I change/delete my post? for site etiquette regarding post changes. Your other post seems to be a sufficiently unrelated question as to merit a separate thread.


    Give a man a fish:  <%-{-{-{-<

Re: perl2exe cannot find some modules
by Bruno0863 (Initiate) on Jan 15, 2016 at 18:23 UTC

    I "bulrush"

    I have the same issue with MD5 module into perl2exe.

    It is not an @INC problem.

    I'm working on a Linux platform.

    If you edit the MD5.pm file you can see that just before line 30 an eval is made to load MD5.so with XSLoader.
    This eval failed and $@ is not null.

    I suppose that perl version is not the good one
    but I have not solved the problem yet.

    Have you some idea to continue the investigations ?

    Thanks for your help