I always had problems with installing Nagios:: Plugin for Perl via CPAN on different servers. It always reported various errors with make or something else. I think, I have found solution, at last.... You just need to install make, automake and build-essential:
aptitude install make automake build-essential
This is for Debian and Ubuntu versions of Linux....
Another tip to search and install perl modules in Ubuntu:
aptitude install make automake build-essential
This is for Debian and Ubuntu versions of Linux....
Another tip to search and install perl modules in Ubuntu:
sudo apt-cache search perl Nagios::Plugin
aptitude install libnagios-plugin-perl Hope this helps somebody :)