<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 11, 2013, at 3:44 PM, Hanxue Lee <<a href="mailto:hanxue.developer@gmail.com">hanxue.developer@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div>Can anyone shed some light on this? Can I build without SNMP using autoconf arguments? I have tried --without-snmp but seems to have no effects. </div></div></blockquote><div><br></div><div>Try --without-netsnmp.</div><br><blockquote type="cite"><div dir="ltr">
<div><br></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; "><div dir="ltr"><div><div>res_odbc.c: In function ‘acf_transaction_write’:</div><div>res_odbc.c:1677: warning: ‘SQLSetConnectAttr’ is deprecated (declared at /usr/include/sql.h:1083)</div><div>
res_odbc.c:1679: warning: ‘SQLGetDiagField’ is deprecated (declared at /usr/include/sql.h:1006)</div>
<div>res_odbc.c:1681: warning: ‘SQLGetDiagRec’ is deprecated (declared at /usr/include/sql.h:1016)</div><div>   [CC] res_rtp_multicast.c -> res_rtp_multicast.o</div><div>   [CC] res_security_log.c -> res_security_log.o</div>

<div>   [CC] res_smdi.c -> res_smdi.o</div><div>   [CC] res_snmp.c -> res_snmp.o</div><div>   [CC] snmp/agent.c -> snmp/agent.o</div><div>   [CC] res_speech.c -> res_speech.o</div><div>snmp/agent.c: In function ‘init_asterisk_mib’:</div>

<div>snmp/agent.c:817: error: ‘RONLY’ undeclared (first use in this function)</div><div>snmp/agent.c:817: error: (Each undeclared identifier is reported only once</div><div>snmp/agent.c:817: error: for each function it appears in.)</div>

<div>make[1]: *** [snmp/agent.o] Error 1</div><div>make[1]: *** Waiting for unfinished jobs....</div><div>make: *** [res] Error 2</div><div>make: *** Waiting for unfinished jobs....</div><div>   [LD] chan_sip.o sip/config_parser.o sip/dialplan_functions.o sip/reqresp_parser.o sip/sdp_crypto.o sip/security_events.o sip/srtp.o sip/utils.o -> chan_sip.so</div>

</div><div><br></div><div><br></div><div><br></div><div>Any idea what may be causing this error?</div></div></blockquote></div></div></blockquote></div><div><br></div><div>OS X has deprecated the version of OpenSSL provided by Xcode. You'll need to install your own version.</div><div><br></div><div>If you use homebrew, you can simply 'brew install openssl', and pass --with-ssl=/usr/local/opt/openssl to configure.</div><div><br></div><div>Here are some other tips that might help you - <a href="http://lists.digium.com/pipermail/asterisk-dev/2013-October/062893.html">http://lists.digium.com/pipermail/asterisk-dev/2013-October/062893.html</a></div><br><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">-- <br>David M. Lee<br>Digium, Inc. | Software Developer<br>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>Check us out at:  <a href="http://www.digium.com">www.digium.com</a>  & <a href="http://www.asterisk.org">www.asterisk.org</a></div>
</div>
<br></body></html>