You might get the following error message when installing net-SNMP:
/usr/bin/ld: cannot find -lperl
This means that you are missing the libperl-dev which can be installed by using apt-get or yum:
sudo apt-get install libperl-dev
[ad#co-1]
You might get the following error message when installing net-SNMP:
/usr/bin/ld: cannot find -lperl
This means that you are missing the libperl-dev which can be installed by using apt-get or yum:
sudo apt-get install libperl-dev
[ad#co-1]