Hi, I'm trying to install PAR on the latest release of Ubuntu Linux (based on Debian), but I am having lots of problems...
I have installed all of the dependancies, and the libperl-dev package to avoid the linking problem mentioned in the FAQ section, but I now get this error message upon 'make': > ./static -I"/home/daz/Desktop/PAR-0.87/inc" -I"/etc/perl" > -I"/usr/local/lib/perl/5.8.4" -I"/usr/local/share/perl/5.8.4" > -I"/usr/lib/perl5" -I"/usr/share/perl5" -I"/usr/lib/perl/5.8.4" > -I"/usr/share/perl/5.8.4" -I"/usr/local/lib/site_perl" > -I"/home/daz/Desktop/PAR-0.87" -I"." -I../myldr/.. -I../blib/lib -q -B > -O../script/parl > Found = in conditional, should be == at /usr/share/perl/5.8.4/File/Path.pm > line 266. > Bareword "getcwd" not allowed while "strict subs" in use at > /usr/share/perl/5.8.4/File/Path.pm line 266. > Compilation failed in require at /usr/share/perl/5.8.4/File/Temp.pm line 130. > BEGIN failed--compilation aborted at /usr/share/perl/5.8.4/File/Temp.pm line > 130. > Compilation failed in require at /usr/share/perl5/Archive/Zip.pm line 26. > BEGIN failed--compilation aborted at /usr/share/perl5/Archive/Zip.pm line 26. > Compilation failed in require at -e line 389. > BEGIN failed--compilation aborted at -e line 835. > make[1]: *** [../script/parl] Error 255 > make[1]: Leaving directory `/home/daz/Desktop/PAR-0.87/myldr' > make: *** [subdirs] Error 2 Oh, I am on Perl 5.8.4. If anyone could help me out with this one I would be most appreciative. Thanks, Darren
