[asterisk-bugs] [Asterisk 0016991]: [patch] Can't build asterisk using just --with-netsnmp... seems to always want to use CONFIG_NETSNMP
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jun 25 08:56:47 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16991
======================================================================
Reported By: pprindeville
Assigned To: twilson
======================================================================
Project: Asterisk
Issue ID: 16991
Category: Core/BuildSystem
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.6.2.5
JIRA: SWP-1063
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-03-08 14:42 CST
Last Modified: 2010-06-25 08:56 CDT
======================================================================
Summary: [patch] Can't build asterisk using just
--with-netsnmp... seems to always want to use CONFIG_NETSNMP
Description:
It's issue 15714 all over again, only with netsnmp instead of curl this
time.
If you've built a different version of netsnmp (or patched it) and you
want to build against that, you can't.
Configure will attempt to find net-snmp-config and run that... which
might not be in any place it will likely be discovered... and ignores where
you've told 'configure' to actually find the headers and libraries.
======================================================================
----------------------------------------------------------------------
(0123861) twilson (administrator) - 2010-06-25 08:56
https://issues.asterisk.org/view.php?id=16991#c123861
----------------------------------------------------------------------
1) it should be net-snmp-config that it is looking for
2) it should be--with-netsnmp=${TARGET_DIR}/usr
3) There is absolutely no way this change could possibly affect lua since
the change was to the ast_ext_tool_check.m4 file and lua doesn't use
AST_EXT_TOOL_CHECK
4) We used a slightly different version of the patch, so don't try the
above patch, try checking out 1.6.2 from SVN
Issue History
Date Modified Username Field Change
======================================================================
2010-06-25 08:56 twilson Note Added: 0123861
======================================================================
More information about the asterisk-bugs
mailing list