> 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': > ... > > Bareword "getcwd" not allowed while "strict subs" in use at > /usr/share/perl/5.8.4/File/Path.pm line 266.
Known problem, for an explanation see my previous post http://www.nntp.perl.org/group/perl.par/1861 The fix is to comment out all (4) occurences of the following line in par.pl: local $INC{'Cwd.pm'} = __FILE__; and rebuild. Cheers, Roderich
