dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@48229 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2006-12-04 17:44:12 +00:00
parent 4151f29b5e
commit a94539cd5b
1 changed files with 5 additions and 2 deletions

View File

@ -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