We can’t just ‘send you the file’ as your distribution will have different paths to resources used by the plugins. That is why you need to compile them on your own server. The configure script should be telling you what the problem is, and I would guess that it can’t find your net-snmp installation, or more specifically the snmpget and snmpgetnext command within.
Try running ./configure with all the switches you normally require, as well as including the following with the appropriate arguments:
--with-snmpget-command=PATH Path to snmpget command
--with-snmpgetnext-command=PATH Path to snmpgetnext command