I have a Perl script on an old RHEL4 x86_64 Linux computer. This script runs only on this computer, and we'd like to run it on other Linux computers. The issue is there are a ton of Perl .pm
and .xs
files needed.
I've done the following
Created a virtual machine that has the same directory structure as the RHEL4 x86_64 Linux computer. I have run into errors this way, namely the
Config.pm
file aborting.Used the PAR Packager
pp
command to package the Perl script. I keep running into errors when packing it.
What other routes can I take in executing the script on other Linux computers?