Net-SNMP: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| cd /usr/local/src/net-snmp | cd /usr/local/src/net-snmp | ||
| ./configure --with-sys-contact="boiarino@jlab.org" --with-sys-location="bldg97room102A" --with-logfile="/var/log/snmpd.log" --with-persistent-directory="/var/net-snmp"   | ./configure --prefix=/www --with-sys-contact="boiarino@jlab.org" --with-sys-location="bldg97room102A" --with-logfile="/var/log/snmpd.log" --with-persistent-directory="/var/net-snmp"   | ||
|   You are about to be prompted with a series of questions.  Answer |   You are about to be prompted with a series of questions.  Answer | ||
Revision as of 15:32, 23 February 2009
cd /usr/local/src/net-snmp
./configure --prefix=/www --with-sys-contact="boiarino@jlab.org" --with-sys-location="bldg97room102A" --with-logfile="/var/log/snmpd.log" --with-persistent-directory="/var/net-snmp"
You are about to be prompted with a series of questions. Answer them carefully, as they determine how the SNMP agent and related applications are to function.
After the configure script finishes, you can browse the newly created net-snmp-config.h file for further - less important - parameters to modify. Be careful if you re-run configure though, since net-snmp-config.h will be overwritten.