C:\camelbox\bin\tar.EXE: Error is not recoverable: exiting now
Couldn't untar Test-Harness-3.21.tar
not sure what to do?
Could not create files was the error; do you have permission to create
the files in the specified directory?
try 'look CPAN' to 1) see if the directory unpacks correctly and 2)
that you can create files inside of the unpacked directory. If you
can't, then it's a permissions issue.
Thanks,
Brian
On Feb 3, 2:06 am, Brian Manning <elspicyj...@gmail.com> wrote:
Create a new shortcut to cmd
Then right click on it and choose "Run as administrator".
Than try installing from CPAN.
--
You received this message because you are subscribed to the Google Groups "camelbox" group.
To post to this group, send email to came...@googlegroups.com.
To unsubscribe from this group, send email to camelbox+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/camelbox?hl=en.
On Feb 3, 12:24 am, deadpickle <deadpic...@gmail.com> wrote:
> I did not see any errors for either of those.
If you can do 'look Bundle::CPAN' and get a shell, you can then try
building things by hand the usual Perl way;
perl Makefile.PL
dmake
dmake test
dmake install
I bet you're not running as Administrator (as Jeff has mentioned in
another email), and 'dmake install' fails for you because of this.
Thanks,
Brian