[asterisk-commits] [svn-commits] juggie: trunk r110911 - in /trunk: Makefile doc/snmp.txt

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 26 12:24:54 CDT 2008


Author: juggie
Date: Wed Mar 26 12:24:54 2008
New Revision: 110911

URL: http://svn.digium.com/view/asterisk?view=rev&rev=110911
Log:
update documentation to reflect the changes in the way configure detects net-snmp.

(closes issue #12067)
Reported by: juggie
Patches:
      12067_snmp_doc.patch uploaded by juggie (license 24)
Tested by: juggie

Modified:
    trunk/Makefile
    trunk/doc/snmp.txt

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=110911&r1=110910&r2=110911
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Mar 26 12:24:54 2008
@@ -845,7 +845,7 @@
 menuselect/nmenuselect: menuselect/makeopts
 	$(MAKE_MENUSELECT) nmenuselect
 
-menuselect/makeopts:
+menuselect/makeopts: makeopts
 	$(MAKE_MENUSELECT) makeopts
 
 menuselect-tree: $(foreach dir,$(filter-out main,$(MOD_SUBDIRS)),$(wildcard $(dir)/*.c) $(wildcard $(dir)/*.cc)) build_tools/cflags.xml build_tools/cflags-devmode.xml sounds/sounds.xml build_tools/embed_modules.xml configure

Modified: trunk/doc/snmp.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/snmp.txt?view=diff&rev=110911&r1=110910&r2=110911
==============================================================================
--- trunk/doc/snmp.txt (original)
+++ trunk/doc/snmp.txt Wed Mar 26 12:24:54 2008
@@ -6,10 +6,24 @@
 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 fails to find certain
-libraries.  The packages may include the following:
+the net-snmp-devel list is not complete, and additional packages will 
+need to be installed.  This is usually seen as configure failing to 
+detect net-snmp-devel as the configure script does a sanity check of 
+the net-snmp build environment, based on the output of 
+'net-snmp-config --agent-libs'.  
+
+To see what your distribution requires, run 'net-snmp-config --agent-libs'.
+
+You will receive a response similar to the following:
+-L/usr/lib -lnetsnmpmibs -lnetsnmpagent -lnetsnmphelpers -lnetsnmp -ldl 
+-lrpm -lrpmio -lpopt -lz -lcrypto -lm -lsensors -L/usr/lib/lib -lwrap 
+-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE 
+-L/usr/local/lib 
+/usr/lib/perl5/5.8.8/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a 
+-L/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE -lperl -lresolv -lnsl 
+-ldl -lm -lcrypt -lutil -lpthread -lc
+
+The packages required may include the following:
 	* bzip2-devel
 	* lm_sensors-devel
 	* newt-devel


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the asterisk-commits mailing list