I try installing using the command line:
perl -MCPAN -e “install PAR::Packer”
I have Activestate perl V5.28 installed on Windows 10 pro build 2004.
Getting this when I install it, near the end of the installation. Any clues?
Configuring R/RS/RSCHUPP/PAR-Packer-1.050.tar.gz with Makefile.PL
fileparse(): need a valid pathname at C:/Perl64/site/lib/ExtUtils/CBuilder/Base.pm line 50.
Warning: No success on command[C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site]
RSCHUPP/PAR-Packer-1.050.tar.gz
C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site – NOT OK
C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site – NOT OK
Failed during this command:
RSCHUPP/PAR-Packer-1.050.tar.gz : writemakefile NO ‘C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site’ returned status 65280
Installing simply by doing:
perl -MCPAN -e shell
install pp
gives me a very similar error:
Configuring R/RS/RSCHUPP/PAR-Packer-1.050.tar.gz with Makefile.PL
fileparse(): need a valid pathname at C:/Perl64/site/lib/ExtUtils/CBuilder/Base.pm line 50.
Warning: No success on command[C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site]
RSCHUPP/PAR-Packer-1.050.tar.gz
C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site – NOT OK
Failed during this command:
RSCHUPP/PAR-Packer-1.050.tar.gz : writemakefile NO ‘C:\Perl64\bin\perl.exe Makefile.PL INSTALLDIRS=site’ returned status 65280
Anyone have any clues as to whats going on and how to fix it?
Thanks.