aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-04 17:43:24 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-04 17:43:24 +0000
commite07234264188a595c581c444430d879d3100a2cb (patch)
tree64909fb8b7d6133a8503a671c159fb21ed0459e8 /doc
parent00faf828fd6e4bbbfb05918f829e8a1b3fe662c5 (diff)
Attempt to document some of the dependencies that are needed for net-snmp
Issue 8499 - initial patch by blitzrage. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48228 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/snmp.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/snmp.txt b/doc/snmp.txt
index afab91c3e..cf0977cc4 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