configure: error: snmp.h not found. Check your SNMP installation

On Centos:
sudo yum install net-snmp net-snmp-devel
On Ubuntu:
sudo apt-get install libsnmp-dev