in reply to Re: Bundle::CPAN still failing.
in thread Bundle::CPAN still failing.

"apt-get build-essential " Solved my problem also ... Thanks!

Replies are listed 'Best First'.
Re^3: Bundle::CPAN still failing.
by Anonymous Monk on Jul 25, 2011 at 16:02 UTC
    How do you run apt-get build-essential, I tried it using in terminal and i'm getting an error Unknown shell command 'apt-get'. Type ? for help.
      Use: apt-get install build-essential
      This should be:-
      apt-get install build-essential
      Then it works :)
      sudo apt-get install build-essentials