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

Trying to use pp to create a Perl executable from a Perl script. Command line used is

pp -o test_code.exe test_code.pl

Error I get is "The procedure entry point Perl_hv_common_key_len could not be located in the dynamic link library perl58.dll"

OS: Windows 7 64-bit

Perl: Strawberry Perl 5.8.9

PAR-1.005, PAR-Packer-1.012

Replies are listed 'Best First'.
Re: Perl pp fails to create executable
by marto (Cardinal) on Feb 16, 2012 at 16:52 UTC

    Did you install PAR and PAR::Packer via PPM? Consider upgrading form 5.8.9 if possible.

      PAR and PAR-Packer were both installed via ppm. I am using strawberry Perl 5.8.9

        Which repository did you use? The reason I ask is that I think packages aren't compatible with your version of Perl. You could remove them with PPM and try installing them via cpan.

        PAR and PAR-Packer were both installed via ppm.

        From which repository?

        errata - PAR version is 1.000 and PAR-Packer is 0.991