When I am trying to compile the server I get the following:
./configure --enable-server --with-mysql --with-net-snmp
........a lot of output excluded
checking for net-snmp-config... /usr/bin/net-snmp-config
checking for main in -lnetsnmp ... no
configure: error: Not found NET-SNMP library
As far as I can tell though the net-snmp library is installed!!
What could possibly be the problem??
./configure --enable-server --with-mysql --with-net-snmp
........a lot of output excluded
checking for net-snmp-config... /usr/bin/net-snmp-config
checking for main in -lnetsnmp ... no
configure: error: Not found NET-SNMP library
As far as I can tell though the net-snmp library is installed!!
What could possibly be the problem??
Comment