Posts Tagged ‘perl par PAR::Pacler’
Installing Perl PAR on Unbuntu 8.0 Hardy
I had some problems when trying to install PAR::Packer on Unbuntu Perl PAR using CPAN. I was always getting a Make error to fix it install libperl-dev, and build-essential
# apt-get install build-essential
# apt-get install libperl-dev
# cpan
cpan> install PAR::Packer
now it should work.