Hi, I was playing around with perl interpreter and I built perl myself by downloading the source from CPAN and building it locally into /localperl. Then, I tried to install PAR and PP using this perl. On doing perl Makefile.PL PAR Packer 1.002, I am getting the following message (I already instaled modules like Archive::Zip etc.):
*Warning: prerequisite PAR 0.994 not found.* So I tired to install perl 0.90 and on executing 'make', I get the following: * make[1]: Entering directory `/usr2/schattop/Downloads/PAR-0.90/myldr' ./par -I../myldr/.. -I../blib/lib -I"/usr2/schattop/Downloads/PAR-0.90/inc" -I"/usr2/schattop/localperl/lib/5.10.1/x86_64-linux" -I"/usr2/schattop/localperl/lib/5.10.1" -I"/usr2/schattop/localperl/lib/site_perl/5.10.1/x86_64-linux" -I"/usr2/schattop/localperl/lib/site_perl/5.10.1" -I"/usr2/schattop/Downloads/PAR-0.90" -I"." -q -B -O../script/parldyn Usage: ./par [ -Alib.par ] [ -Idir ] [ -Mmodule ] [ src.par ] [ program.pl ] ./par [ -B|-b ] [-Ooutfile] src.par make[1]: *** [../script/parldyn] Error 9 make[1]: Leaving directory `/usr2/schattop/Downloads/PAR-0.90/myldr' make: *** [subdirs] Error 2* I need to make use of PP and not just PAR. hence I'm installing a lower version of PAR. Is this something that has been encountered earlier? -- Thanks