in reply to Re: PAR::Filter::Crypto Fails
in thread PAR::Filter::Crypto Fails

++swl Many thanks for your clear and concise explanation - very much appreciated!

I'm guessing that running the resulting executable on the development machine worked because these shared libraries were already installed. Since the pristine machine didn't have them, I need to provide them as part of the exe package.

Replies are listed 'Best First'.
Re^3: PAR::Filter::Crypto Fails
by swl (Prior) on Apr 26, 2023 at 23:05 UTC

    Yes, that's correct.

    For my own dev environment I have no perls in the system path. I use the portableshell.bat script that comes with Strawberry perl to set up the environment. Testing is then a case of running the executable in a new shell.