in reply to Re^3: PAR::Packer shebang + PAR::Heavy missing
in thread PAR::Packer shebang + PAR::Heavy missing
After (much) more experiments, I've noticed that the result of 'pp -P' works fine between macOS and Windows (I can pack on a platform an run it on the other without problem, both ways).
On the Linux box where it fails to run, PAR::Heavy is not installed, so the error message is actually clear!
On my mac, PAR::Heavy is installed in both perlbrew (probably done by me) and system perl (not done by me, I think).
On Windows (Strawberry Perl), PAR::Heavy is installed by default (in perl\vendor\lib)
So, this module is not a core module, but apparently "most/many" Perl distributions install it, is it correct?
Should it also be present on the Linux server? I suspect it's not available because its dependency Archive::Zip fails to install.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: PAR::Packer shebang + PAR::Heavy missing
by Marshall (Canon) on Oct 16, 2021 at 22:29 UTC | |
by hippo (Archbishop) on Oct 17, 2021 at 20:25 UTC | |
by Marshall (Canon) on Oct 20, 2021 at 08:45 UTC | |
by kaldor (Beadle) on Oct 17, 2021 at 19:14 UTC |