On Sat, 19 Nov 2016 09:30:17 +0800 Dan Jacobson wrote: > $ svn checkout > http://svn.apache.org/repos/asf/spamassassin/trunk /tmp/ee $ > cd /tmp/ee $ echo|perl Makefile.PL PREFIX=/tmp/g > $ make > > In the end you will see > > cd spamc > /usr/bin/perl version.h.pl > spamc/configure.pl: Can't exec `version.h.pl': No such file or > directory at spamc/configure.pl line 74. Makefile:1812: recipe for > target 'spamc/Makefile' failed make: *** [spamc/Makefile] Error 2
If your /tmp is mounted with noexec, try it elsewhere.