I am on a virtual machine with Debian (6.0.7-i386) and i want to learn Perl (with Beginning Perl written by Curtis Poe).
I have trouble with perlbrew
.
I installed perlbrew
with
wget --no-check-certificate -O - http://install.perlbrew.pl | bash
I add the following command to ~/.bashrc
:
source ~/perl5/perlbrew/etc/bashrc
After that, I logged out and logged back, and then I ran the following command:
perlbrew install perl-5.14.2
I got
Please help me
English translation of the output:
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
/bin/tar: Child returned status 2
/bin/tar: Error is not recoverable: exiting now
It's failing because the bzip2
command line utility isn't installed (can't be found in the PATH).