From: Jason Parker Date: Mon, 4 Dec 2006 17:44:12 +0000 (+0000) Subject: Merged revisions 48228 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~3798 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f0e4a0ee5b2c23c9e2825b718341059fc77ab39;p=thirdparty%2Fasterisk.git Merged revisions 48228 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48228 | qwell | 2006-12-04 11:43:24 -0600 (Mon, 04 Dec 2006) | 4 lines Attempt to document some of the dependencies that are needed for net-snmp Issue 8499 - initial patch by blitzrage. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48229 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/doc/snmp.txt b/doc/snmp.txt index afab91c3e0..cf0977cc49 100644 --- a/doc/snmp.txt +++ b/doc/snmp.txt @@ -8,8 +8,11 @@ the build system, including any libraries Net-SNMP depends on. Note that on some (many?) Linux-distributions the dependency list in the net-snmp-devel list is not complete, and additional RPMs will need to be installed. This is typically seen as attempts to build res_snmp -as net-snmp-devel is available, but then failures to find certain -libraries. +as net-snmp-devel is available, but then fails to find certain +libraries. The packages may include the following: + * bzip2-devel + * lm_sensors-devel + * newt-devel SNMP support comes in two varieties -- as a sub-agent to a running SNMP daemon using the AgentX protocol, or as a full standalone agent. If